#1D0C35

Color #1D0C35 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #1D0C35

Tints of Blackcurrant #1D0C35

Color information

#1D0C35 (or 0x1D0C35) is unknown color: approx Blackcurrant. HEX triplet: 1D, 0C and 35. RGB value is (29,12,53). Sum of RGB (Red+Green+Blue) = 29+12+53=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 53 (21.09% from 255 or 56.38% from 94); Max value from RGB is 53 - color contains mainly: blue. Hex color #1D0C35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0C35 is #E2F3CA. Grayscale: #151515. Windows color (decimal): -14873547 or 3476509. OLE color: 3476509.

HSL color Cylindrical-coordinate representation of color #1D0C35: hue angle of 264.88º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D0C35 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB291253-
CMYK0.450.7700.79
HSL264.88º63.08%12.75%-
HSV(B)264.88º77.36%20.78%-
XYZ1.280.783.45-
YUV21.76145.63133.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 30.85%
GREEN value IS 12 (5.08% from 255) = 12.77%
BLUE value IS 53 (21.09% from 255) = 56.38%
R=30.85%
G=12.77%
B=56.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2912530.450.7700.79264.8863.0812.75
Hex1DC352D4D04F1093fd
Octal3514655511501174117715
Binary1110111001101011011011001101010011111000010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D0C35; }

 p { color: rgb(29,12,53); }

 H1.HeaderClassName
 {
   color: #1D0C35;
 }
 .AnyTagClassName
 {
   color: #1D0C35;
 }
</style>
background-color css

<style>
 a { background-color: #1D0C35; }

 a { background-color: rgb(29,12,53); }

 div.DivClassName
 {
   background-color: #1D0C35;
 }
 .BgClassName
 {
   background-color: #1D0C35;
 }
</style>
border-color css

<style>
 span { border-color: #1D0C35; }

 span { border-color: rgb(29,12,53); }

 td.TdClassName
 {
   border-color: #1D0C35;
 }
 .TagClassName
 {
   border-color: #1D0C35;
 }
</style>