#1C0B17

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

Shades of Melanzane #1C0B17

Tints of Melanzane #1C0B17

Color information

#1C0B17 (or 0x1C0B17) is unknown color: approx Melanzane. HEX triplet: 1C, 0B and 17. RGB value is (28,11,23). Sum of RGB (Red+Green+Blue) = 28+11+23=62 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.16% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0B17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0B17 is #E3F4E8. Grayscale: #111111. Windows color (decimal): -14939369 or 1510172. OLE color: 1510172.

HSL color Cylindrical-coordinate representation of color #1C0B17: hue angle of 317.65º 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 #1C0B17 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.89.

Color convert

RGB281123-
CMYK00.610.180.89
HSL317.65º43.59%7.65%-
HSV(B)317.65º60.71%10.98%-
XYZ0.750.550.88-
YUV17.45131.13135.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 45.16%
GREEN value IS 11 (4.69% from 255) = 17.74%
BLUE value IS 23 (9.38% from 255) = 37.10%
R=45.16%
G=17.74%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28112300.610.180.89317.6543.597.65
Hex1CB1703D125913e2c8
Octal341327075221314765410
Binary1110010111011101111011001010110011001111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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