Html Css Color HEX #1C0E19 Melanzane

📋 copy color: '#1C0E19'

red 28 ◦ green 14 ◦ blue 25

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

Shades of Melanzane #1C0E19

Tints of Melanzane #1C0E19

RGB

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

 GREEN value IS 14 (5.86% from 255) = 20.9%

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

R = 41.79%
G = 20.9%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

#1C0E19 (or 0x1C0E19) is known color: Melanzane. HEX triplet: 1C, 0E and 19. RGB value is (28,14,25). Sum of RGB (Red+Green+Blue) = 28+14+25=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0E19 is #E3F1E6. Grayscale: #131313. Windows color (decimal): -14938599 or 1642012. OLE color: 1642012.

HSL color Cylindrical-coordinate representation of color #1C0E19: hue angle of 312.86º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C0E19 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 14 25 -
CMYK 0 0.50 0.11 0.89
HSL 312.86º 0.33% 0.08% -
HSV(B) 312.86º 0.5% 0.11% -
XYZ 0.81 0.63 1 -
YUV 19.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 28 14 25 0 0.50 0.11 0.89 312.86 0.33 0.08
Hex 1C E 19 0 32 B 59 139 21 8
Octal 34 16 31 0 62 13 131 471 41 10
Binary 11100 1110 11001 0 110010 1011 1011001 100111001 100001 1000

Color Harmonies of #1C0E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0E19

Black with #1C0E19

Text Example


Text Example

White with #1C0E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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