Html Css Color HEX #171416 Melanzane

📋 copy color: '#171416'

red 23 ◦ green 20 ◦ blue 22

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

Shades of Melanzane #171416

Tints of Melanzane #171416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 30.77%

 BLUE value IS 22 (8.98% from 255) = 33.85%

R = 35.38%
G = 30.77%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.91

RGB Variations

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

Color information

#171416 (or 0x171416) is known color: Melanzane. HEX triplet: 17, 14 and 16. RGB value is (23,20,22). Sum of RGB (Red+Green+Blue) = 23+20+22=65 (8% of max value = 765). Red value is 23 (9.38% from 255 or 35.38% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 23 - color contains mainly: red. Hex color #171416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171416 is #E8EBE9. Grayscale: #151515. Windows color (decimal): -15264746 or 1446935. OLE color: 1446935.

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

Color convert

RGB 23 20 22 -
CMYK 0 0.13 0.04 0.91
HSL 320º 0.07% 0.08% -
HSV(B) 320º 0.13% 0.09% -
XYZ 0.75 0.74 0.86 -
YUV 21.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 23 20 22 0 0.13 0.04 0.91 320 0.07 0.08
Hex 17 14 16 0 D 4 5B 140 7 8
Octal 27 24 26 0 15 4 133 500 7 10
Binary 10111 10100 10110 0 1101 100 1011011 101000000 111 1000

Color Harmonies of #171416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171416

Black with #171416

Text Example


Text Example

White with #171416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171416; }

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

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

background-color css

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

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

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

border-color css

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

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

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