Html Css Color HEX #170211 Melanzane

📋 copy color: '#170211'

red 23 ◦ green 2 ◦ blue 17

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

Shades of Melanzane #170211

Tints of Melanzane #170211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 40.48%

R = 54.76%
G = 4.76%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.91

RGB Variations

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

Color information

#170211 (or 0x170211) is known color: Melanzane. HEX triplet: 17, 02 and 11. RGB value is (23,2,17). Sum of RGB (Red+Green+Blue) = 23+2+17=42 (5% of max value = 765). Red value is 23 (9.38% from 255 or 54.76% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 23 - color contains mainly: red. Hex color #170211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170211 is #E8FDEE. Grayscale: #090909. Windows color (decimal): -15269359 or 1114647. OLE color: 1114647.

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

Color convert

RGB 23 2 17 -
CMYK 0 0.91 0.26 0.91
HSL 317.14º 0.84% 0.05% -
HSV(B) 317.14º 0.91% 0.09% -
XYZ 0.48 0.27 0.56 -
YUV 9.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 23 2 17 0 0.91 0.26 0.91 317.14 0.84 0.05
Hex 17 2 11 0 5B 1A 5B 13D 54 5
Octal 27 2 21 0 133 32 133 475 124 5
Binary 10111 10 10001 0 1011011 11010 1011011 100111101 1010100 101

Color Harmonies of #170211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170211

Black with #170211

Text Example


Text Example

White with #170211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170211; }

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

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

background-color css

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

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

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

border-color css

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

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

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