#1C0C16

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

Shades of Melanzane #1C0C16

Tints of Melanzane #1C0C16

Color information

#1C0C16 (or 0x1C0C16) is unknown color: approx Melanzane. HEX triplet: 1C, 0C and 16. RGB value is (28,12,22). Sum of RGB (Red+Green+Blue) = 28+12+22=62 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.16% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 22 (8.98% from 255 or 35.48% from 62); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0C16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0C16 is #E3F3E9. Grayscale: #111111. Windows color (decimal): -14939114 or 1444892. OLE color: 1444892.

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

Color convert

RGB281222-
CMYK00.570.210.89
HSL322.5º40%7.84%-
HSV(B)322.5º57.14%10.98%-
XYZ0.760.570.83-
YUV17.92130.3135.19-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 45.16%
GREEN value IS 12 (5.08% from 255) = 19.35%
BLUE value IS 22 (8.98% from 255) = 35.48%
R=45.16%
G=19.35%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28122200.570.210.89322.5407.84
Hex1CC160391559142288
Octal341426071251315025010
Binary1110011001011001110011010110110011010000101010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,12,22); }

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

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

 a { background-color: rgb(28,12,22); }

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

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

 span { border-color: rgb(28,12,22); }

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