Html Css Color HEX #170E14 Melanzane

📋 copy color: '#170E14'

red 23 ◦ green 14 ◦ blue 20

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

Shades of Melanzane #170E14

Tints of Melanzane #170E14

RGB

 RED value IS 23 (9.38% from 255) = 40.35%

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

 BLUE value IS 20 (8.2% from 255) = 35.09%

R = 40.35%
G = 24.56%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#170E14 (or 0x170E14) is known color: Melanzane. HEX triplet: 17, 0E and 14. RGB value is (23,14,20). Sum of RGB (Red+Green+Blue) = 23+14+20=57 (7% of max value = 765). Red value is 23 (9.38% from 255 or 40.35% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 23 - color contains mainly: red. Hex color #170E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170E14 is #E8F1EB. Grayscale: #111111. Windows color (decimal): -15266284 or 1314327. OLE color: 1314327.

HSL color Cylindrical-coordinate representation of color #170E14: hue angle of 320º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #170E14 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 14 20 -
CMYK 0 0.39 0.13 0.91
HSL 320º 0.24% 0.07% -
HSV(B) 320º 0.39% 0.09% -
XYZ 0.64 0.55 0.73 -
YUV 17.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 23 14 20 0 0.39 0.13 0.91 320 0.24 0.07
Hex 17 E 14 0 27 D 5B 140 18 7
Octal 27 16 24 0 47 15 133 500 30 7
Binary 10111 1110 10100 0 100111 1101 1011011 101000000 11000 111

Color Harmonies of #170E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170E14

Black with #170E14

Text Example


Text Example

White with #170E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170E14; }

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

 H1.HeaderClassName
 {
   color: #170E14;
 }
 .AnyTagClassName
 {
   color: #170E14;
 }
</style>

background-color css

<style>
 a { background-color: #170E14; }

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

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

border-color css

<style>
 span { border-color: #170E14; }

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

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