Html Css Color HEX #1C0C18 Melanzane

📋 copy color: '#1C0C18'

red 28 ◦ green 12 ◦ blue 24

#1C0C18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #1C0C18

Tints of Melanzane #1C0C18

RGB

 RED value IS 28 (11.33% from 255) = 43.75%

 GREEN value IS 12 (5.08% from 255) = 18.75%

 BLUE value IS 24 (9.77% from 255) = 37.5%

R = 43.75%
G = 18.75%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.89

RGB Variations

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

Color information

#1C0C18 (or 0x1C0C18) is known color: Melanzane. HEX triplet: 1C, 0C and 18. RGB value is (28,12,24). Sum of RGB (Red+Green+Blue) = 28+12+24=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0C18 is #E3F3E7. Grayscale: #121212. Windows color (decimal): -14939112 or 1575964. OLE color: 1575964.

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

Color convert

RGB 28 12 24 -
CMYK 0 0.57 0.14 0.89
HSL 315º 0.4% 0.08% -
HSV(B) 315º 0.57% 0.11% -
XYZ 0.78 0.58 0.93 -
YUV 18.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 28 12 24 0 0.57 0.14 0.89 315 0.4 0.08
Hex 1C C 18 0 39 E 59 13B 28 8
Octal 34 14 30 0 71 16 131 473 50 10
Binary 11100 1100 11000 0 111001 1110 1011001 100111011 101000 1000

Color Harmonies of #1C0C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0C18

Black with #1C0C18

Text Example


Text Example

White with #1C0C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C0C18;
 }
 .AnyTagClassName
 {
   color: #1C0C18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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