Html Css Color HEX #170D14 Melanzane

📋 copy color: '#170D14'

red 23 ◦ green 13 ◦ blue 20

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

Shades of Melanzane #170D14

Tints of Melanzane #170D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 23.21%

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

R = 41.07%
G = 23.21%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#170D14 (or 0x170D14) is known color: Melanzane. HEX triplet: 17, 0D and 14. RGB value is (23,13,20). Sum of RGB (Red+Green+Blue) = 23+13+20=56 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.07% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 23 - color contains mainly: red. Hex color #170D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170D14 is #E8F2EB. Grayscale: #101010. Windows color (decimal): -15266540 or 1314071. OLE color: 1314071.

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

Color convert

RGB 23 13 20 -
CMYK 0 0.43 0.13 0.91
HSL 318º 0.28% 0.07% -
HSV(B) 318º 0.43% 0.09% -
XYZ 0.62 0.52 0.73 -
YUV 16.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 23 13 20 0 0.43 0.13 0.91 318 0.28 0.07
Hex 17 D 14 0 2B D 5B 13E 1C 7
Octal 27 15 24 0 53 15 133 476 34 7
Binary 10111 1101 10100 0 101011 1101 1011011 100111110 11100 111

Color Harmonies of #170D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170D14

Black with #170D14

Text Example


Text Example

White with #170D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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