Html Css Color HEX #1C1218 Melanzane

📋 copy color: '#1C1218'

red 28 ◦ green 18 ◦ blue 24

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

Shades of Melanzane #1C1218

Tints of Melanzane #1C1218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.71%

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

R = 40%
G = 25.71%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.89

RGB Variations

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

Color information

#1C1218 (or 0x1C1218) is known color: Melanzane. HEX triplet: 1C, 12 and 18. RGB value is (28,18,24). Sum of RGB (Red+Green+Blue) = 28+18+24=70 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1218 is #E3EDE7. Grayscale: #151515. Windows color (decimal): -14937576 or 1577500. OLE color: 1577500.

HSL color Cylindrical-coordinate representation of color #1C1218: hue angle of 324º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1C1218 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 18 24 -
CMYK 0 0.36 0.14 0.89
HSL 324º 0.22% 0.09% -
HSV(B) 324º 0.36% 0.11% -
XYZ 0.86 0.75 0.96 -
YUV 21.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 28 18 24 0 0.36 0.14 0.89 324 0.22 0.09
Hex 1C 12 18 0 24 E 59 144 16 9
Octal 34 22 30 0 44 16 131 504 26 11
Binary 11100 10010 11000 0 100100 1110 1011001 101000100 10110 1001

Color Harmonies of #1C1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1218

Black with #1C1218

Text Example


Text Example

White with #1C1218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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