Html Css Color HEX #170513 Melanzane

📋 copy color: '#170513'

red 23 ◦ green 5 ◦ blue 19

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

Shades of Melanzane #170513

Tints of Melanzane #170513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.64%

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

R = 48.94%
G = 10.64%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#170513 (or 0x170513) is known color: Melanzane. HEX triplet: 17, 05 and 13. RGB value is (23,5,19). Sum of RGB (Red+Green+Blue) = 23+5+19=47 (6% of max value = 765). Red value is 23 (9.38% from 255 or 48.94% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 23 - color contains mainly: red. Hex color #170513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170513 is #E8FAEC. Grayscale: #0B0B0B. Windows color (decimal): -15268589 or 1246487. OLE color: 1246487.

HSL color Cylindrical-coordinate representation of color #170513: hue angle of 313.33º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #170513 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 5 19 -
CMYK 0 0.78 0.17 0.91
HSL 313.33º 0.64% 0.05% -
HSV(B) 313.33º 0.78% 0.09% -
XYZ 0.53 0.34 0.65 -
YUV 11.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 23 5 19 0 0.78 0.17 0.91 313.33 0.64 0.05
Hex 17 5 13 0 4E 11 5B 139 40 5
Octal 27 5 23 0 116 21 133 471 100 5
Binary 10111 101 10011 0 1001110 10001 1011011 100111001 1000000 101

Color Harmonies of #170513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170513

Black with #170513

Text Example


Text Example

White with #170513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170513; }

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

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

background-color css

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

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

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

border-color css

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

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

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