Html Css Color HEX #1C1219 Melanzane

📋 copy color: '#1C1219'

red 28 ◦ green 18 ◦ blue 25

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

Shades of Melanzane #1C1219

Tints of Melanzane #1C1219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 35.21%

R = 39.44%
G = 25.35%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

#1C1219 (or 0x1C1219) is known color: Melanzane. HEX triplet: 1C, 12 and 19. RGB value is (28,18,25). Sum of RGB (Red+Green+Blue) = 28+18+25=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1219 is #E3EDE6. Grayscale: #151515. Windows color (decimal): -14937575 or 1643036. OLE color: 1643036.

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

Color convert

RGB 28 18 25 -
CMYK 0 0.36 0.11 0.89
HSL 318º 0.22% 0.09% -
HSV(B) 318º 0.36% 0.11% -
XYZ 0.87 0.75 1.02 -
YUV 21.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 28 18 25 0 0.36 0.11 0.89 318 0.22 0.09
Hex 1C 12 19 0 24 B 59 13E 16 9
Octal 34 22 31 0 44 13 131 476 26 11
Binary 11100 10010 11001 0 100100 1011 1011001 100111110 10110 1001

Color Harmonies of #1C1219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1219

Black with #1C1219

Text Example


Text Example

White with #1C1219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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