Html Css Color HEX #170B13 Melanzane

📋 copy color: '#170B13'

red 23 ◦ green 11 ◦ blue 19

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

Shades of Melanzane #170B13

Tints of Melanzane #170B13

RGB

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

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

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

R = 43.4%
G = 20.75%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#170B13 (or 0x170B13) is known color: Melanzane. HEX triplet: 17, 0B and 13. RGB value is (23,11,19). Sum of RGB (Red+Green+Blue) = 23+11+19=53 (7% of max value = 765). Red value is 23 (9.38% from 255 or 43.40% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 23 - color contains mainly: red. Hex color #170B13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B13 is #E8F4EC. Grayscale: #0F0F0F. Windows color (decimal): -15267053 or 1248023. OLE color: 1248023.

HSL color Cylindrical-coordinate representation of color #170B13: hue angle of 320º 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 #170B13 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 11 19 -
CMYK 0 0.52 0.17 0.91
HSL 320º 0.35% 0.07% -
HSV(B) 320º 0.52% 0.09% -
XYZ 0.59 0.47 0.68 -
YUV 15.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 23 11 19 0 0.52 0.17 0.91 320 0.35 0.07
Hex 17 B 13 0 34 11 5B 140 23 7
Octal 27 13 23 0 64 21 133 500 43 7
Binary 10111 1011 10011 0 110100 10001 1011011 101000000 100011 111

Color Harmonies of #170B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170B13

Black with #170B13

Text Example


Text Example

White with #170B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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