Html Css Color HEX #1C0E17 Melanzane

📋 copy color: '#1C0E17'

red 28 ◦ green 14 ◦ blue 23

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

Shades of Melanzane #1C0E17

Tints of Melanzane #1C0E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 35.38%

R = 43.08%
G = 21.54%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.89

RGB Variations

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

Color information

#1C0E17 (or 0x1C0E17) is known color: Melanzane. HEX triplet: 1C, 0E and 17. RGB value is (28,14,23). Sum of RGB (Red+Green+Blue) = 28+14+23=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 23 (9.38% from 255 or 35.38% from 65); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0E17 is #E3F1E8. Grayscale: #131313. Windows color (decimal): -14938601 or 1510940. OLE color: 1510940.

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

Color convert

RGB 28 14 23 -
CMYK 0 0.50 0.18 0.89
HSL 321.43º 0.33% 0.08% -
HSV(B) 321.43º 0.5% 0.11% -
XYZ 0.79 0.62 0.89 -
YUV 19.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 28 14 23 0 0.50 0.18 0.89 321.43 0.33 0.08
Hex 1C E 17 0 32 12 59 141 21 8
Octal 34 16 27 0 62 22 131 501 41 10
Binary 11100 1110 10111 0 110010 10010 1011001 101000001 100001 1000

Color Harmonies of #1C0E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0E17

Black with #1C0E17

Text Example


Text Example

White with #1C0E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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