Html Css Color HEX #1C1318 Melanzane

📋 copy color: '#1C1318'

red 28 ◦ green 19 ◦ blue 24

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

Shades of Melanzane #1C1318

Tints of Melanzane #1C1318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.76%

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

R = 39.44%
G = 26.76%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.89

RGB Variations

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

Color information

#1C1318 (or 0x1C1318) is known color: Melanzane. HEX triplet: 1C, 13 and 18. RGB value is (28,19,24). Sum of RGB (Red+Green+Blue) = 28+19+24=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 24 (9.77% from 255 or 33.80% from 71); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1318 is #E3ECE7. Grayscale: #161616. Windows color (decimal): -14937320 or 1577756. OLE color: 1577756.

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

Color convert

RGB 28 19 24 -
CMYK 0 0.32 0.14 0.89
HSL 326.67º 0.19% 0.09% -
HSV(B) 326.67º 0.32% 0.11% -
XYZ 0.88 0.78 0.97 -
YUV 22.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 28 19 24 0 0.32 0.14 0.89 326.67 0.19 0.09
Hex 1C 13 18 0 20 E 59 147 13 9
Octal 34 23 30 0 40 16 131 507 23 11
Binary 11100 10011 11000 0 100000 1110 1011001 101000111 10011 1001

Color Harmonies of #1C1318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1318

Black with #1C1318

Text Example


Text Example

White with #1C1318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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