#1C0C17

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

Shades of Melanzane #1C0C17

Tints of Melanzane #1C0C17

Color information

#1C0C17 (or 0x1C0C17) is unknown color: approx Melanzane. HEX triplet: 1C, 0C and 17. RGB value is (28,12,23). Sum of RGB (Red+Green+Blue) = 28+12+23=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0C17 is #E3F3E8. Grayscale: #121212. Windows color (decimal): -14939113 or 1510428. OLE color: 1510428.

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

Color convert

RGB281223-
CMYK00.570.180.89
HSL318.75º40%7.84%-
HSV(B)318.75º57.14%10.98%-
XYZ0.770.570.88-
YUV18.04130.8135.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 44.44%
GREEN value IS 12 (5.08% from 255) = 19.05%
BLUE value IS 23 (9.38% from 255) = 36.51%
R=44.44%
G=19.05%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28122300.570.180.89318.75407.84
Hex1CC17039125913f288
Octal341427071221314775010
Binary1110011001011101110011001010110011001111111010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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