Html Css Color HEX #1C1418 Melanzane

📋 copy color: '#1C1418'

red 28 ◦ green 20 ◦ blue 24

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

Shades of Melanzane #1C1418

Tints of Melanzane #1C1418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 27.78%

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

R = 38.89%
G = 27.78%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.89

RGB Variations

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

Color information

#1C1418 (or 0x1C1418) is known color: Melanzane. HEX triplet: 1C, 14 and 18. RGB value is (28,20,24). Sum of RGB (Red+Green+Blue) = 28+20+24=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1418 is #E3EBE7. Grayscale: #161616. Windows color (decimal): -14937064 or 1578012. OLE color: 1578012.

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

Color convert

RGB 28 20 24 -
CMYK 0 0.29 0.14 0.89
HSL 330º 0.17% 0.09% -
HSV(B) 330º 0.29% 0.11% -
XYZ 0.89 0.81 0.97 -
YUV 22.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 28 20 24 0 0.29 0.14 0.89 330 0.17 0.09
Hex 1C 14 18 0 1D E 59 14A 11 9
Octal 34 24 30 0 35 16 131 512 21 11
Binary 11100 10100 11000 0 11101 1110 1011001 101001010 10001 1001

Color Harmonies of #1C1418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1418

Black with #1C1418

Text Example


Text Example

White with #1C1418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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