Html Css Color HEX #171014 Melanzane

📋 copy color: '#171014'

red 23 ◦ green 16 ◦ blue 20

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

Shades of Melanzane #171014

Tints of Melanzane #171014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 27.12%

 BLUE value IS 20 (8.2% from 255) = 33.9%

R = 38.98%
G = 27.12%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#171014 (or 0x171014) is known color: Melanzane. HEX triplet: 17, 10 and 14. RGB value is (23,16,20). Sum of RGB (Red+Green+Blue) = 23+16+20=59 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.98% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 23 - color contains mainly: red. Hex color #171014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171014 is #E8EFEB. Grayscale: #121212. Windows color (decimal): -15265772 or 1314839. OLE color: 1314839.

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

Color convert

RGB 23 16 20 -
CMYK 0 0.30 0.13 0.91
HSL 325.71º 0.18% 0.08% -
HSV(B) 325.71º 0.3% 0.09% -
XYZ 0.66 0.6 0.74 -
YUV 18.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 23 16 20 0 0.30 0.13 0.91 325.71 0.18 0.08
Hex 17 10 14 0 1E D 5B 146 12 8
Octal 27 20 24 0 36 15 133 506 22 10
Binary 10111 10000 10100 0 11110 1101 1011011 101000110 10010 1000

Color Harmonies of #171014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171014

Black with #171014

Text Example


Text Example

White with #171014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171014; }

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

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

background-color css

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

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

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

border-color css

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

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

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