Html Css Color HEX #170B14 Melanzane

📋 copy color: '#170B14'

red 23 ◦ green 11 ◦ blue 20

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

Shades of Melanzane #170B14

Tints of Melanzane #170B14

RGB

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

 GREEN value IS 11 (4.69% from 255) = 20.37%

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

R = 42.59%
G = 20.37%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#170B14 (or 0x170B14) is known color: Melanzane. HEX triplet: 17, 0B and 14. RGB value is (23,11,20). Sum of RGB (Red+Green+Blue) = 23+11+20=54 (7% of max value = 765). Red value is 23 (9.38% from 255 or 42.59% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 23 - color contains mainly: red. Hex color #170B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B14 is #E8F4EB. Grayscale: #0F0F0F. Windows color (decimal): -15267052 or 1313559. OLE color: 1313559.

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

Color convert

RGB 23 11 20 -
CMYK 0 0.52 0.13 0.91
HSL 315º 0.35% 0.07% -
HSV(B) 315º 0.52% 0.09% -
XYZ 0.6 0.47 0.72 -
YUV 15.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 23 11 20 0 0.52 0.13 0.91 315 0.35 0.07
Hex 17 B 14 0 34 D 5B 13B 23 7
Octal 27 13 24 0 64 15 133 473 43 7
Binary 10111 1011 10100 0 110100 1101 1011011 100111011 100011 111

Color Harmonies of #170B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170B14

Black with #170B14

Text Example


Text Example

White with #170B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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