#1C0B19

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

Shades of Melanzane #1C0B19

Tints of Melanzane #1C0B19

Color information

#1C0B19 (or 0x1C0B19) is unknown color: approx Melanzane. HEX triplet: 1C, 0B and 19. RGB value is (28,11,25). Sum of RGB (Red+Green+Blue) = 28+11+25=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0B19 is #E3F4E6. Grayscale: #111111. Windows color (decimal): -14939367 or 1641244. OLE color: 1641244.

HSL color Cylindrical-coordinate representation of color #1C0B19: hue angle of 310.59º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C0B19 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.89.

Color convert

RGB281125-
CMYK00.610.110.89
HSL310.59º43.59%7.65%-
HSV(B)310.59º60.71%10.98%-
XYZ0.770.560.99-
YUV17.68132.13135.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 43.75%
GREEN value IS 11 (4.69% from 255) = 17.19%
BLUE value IS 25 (10.16% from 255) = 39.06%
R=43.75%
G=17.19%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28112500.610.110.89310.5943.597.65
Hex1CB1903DB591372c8
Octal341331075131314675410
Binary111001011110010111101101110110011001101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,11,25); }

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

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

 a { background-color: rgb(28,11,25); }

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

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

 span { border-color: rgb(28,11,25); }

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