Html Css Color HEX #170C13 Melanzane

📋 copy color: '#170C13'

red 23 ◦ green 12 ◦ blue 19

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

Shades of Melanzane #170C13

Tints of Melanzane #170C13

RGB

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

 GREEN value IS 12 (5.08% from 255) = 22.22%

 BLUE value IS 19 (7.81% from 255) = 35.19%

R = 42.59%
G = 22.22%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#170C13 (or 0x170C13) is known color: Melanzane. HEX triplet: 17, 0C and 13. RGB value is (23,12,19). Sum of RGB (Red+Green+Blue) = 23+12+19=54 (7% of max value = 765). Red value is 23 (9.38% from 255 or 42.59% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 23 - color contains mainly: red. Hex color #170C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C13 is #E8F3EC. Grayscale: #101010. Windows color (decimal): -15266797 or 1248279. OLE color: 1248279.

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

Color convert

RGB 23 12 19 -
CMYK 0 0.48 0.17 0.91
HSL 321.82º 0.31% 0.07% -
HSV(B) 321.82º 0.48% 0.09% -
XYZ 0.6 0.49 0.68 -
YUV 16.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 23 12 19 0 0.48 0.17 0.91 321.82 0.31 0.07
Hex 17 C 13 0 30 11 5B 142 1F 7
Octal 27 14 23 0 60 21 133 502 37 7
Binary 10111 1100 10011 0 110000 10001 1011011 101000010 11111 111

Color Harmonies of #170C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170C13

Black with #170C13

Text Example


Text Example

White with #170C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,12,19); }

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

background-color css

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

 a { background-color: rgb(23,12,19); }

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

border-color css

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

 span { border-color: rgb(23,12,19); }

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