Html Css Color HEX #170213 Melanzane

📋 copy color: '#170213'

red 23 ◦ green 2 ◦ blue 19

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

Shades of Melanzane #170213

Tints of Melanzane #170213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.55%

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

R = 52.27%
G = 4.55%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#170213 (or 0x170213) is known color: Melanzane. HEX triplet: 17, 02 and 13. RGB value is (23,2,19). Sum of RGB (Red+Green+Blue) = 23+2+19=44 (5% of max value = 765). Red value is 23 (9.38% from 255 or 52.27% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 23 - color contains mainly: red. Hex color #170213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170213 is #E8FDEC. Grayscale: #0A0A0A. Windows color (decimal): -15269357 or 1245719. OLE color: 1245719.

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

Color convert

RGB 23 2 19 -
CMYK 0 0.91 0.17 0.91
HSL 311.43º 0.84% 0.05% -
HSV(B) 311.43º 0.91% 0.09% -
XYZ 0.49 0.27 0.64 -
YUV 10.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 23 2 19 0 0.91 0.17 0.91 311.43 0.84 0.05
Hex 17 2 13 0 5B 11 5B 137 54 5
Octal 27 2 23 0 133 21 133 467 124 5
Binary 10111 10 10011 0 1011011 10001 1011011 100110111 1010100 101

Color Harmonies of #170213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170213

Black with #170213

Text Example


Text Example

White with #170213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170213; }

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

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

background-color css

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

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

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

border-color css

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

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

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