Html Css Color HEX #170010 Melanzane

📋 copy color: '#170010'

red 23 ◦ green 0 ◦ blue 16

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

Shades of Melanzane #170010

Tints of Melanzane #170010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 41.03%

R = 58.97%
G = 0%
B = 41.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.91

RGB Variations

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

Color information

#170010 (or 0x170010) is known color: Melanzane. HEX triplet: 17, 00 and 10. RGB value is (23,0,16). Sum of RGB (Red+Green+Blue) = 23+0+16=39 (5% of max value = 765). Red value is 23 (9.38% from 255 or 58.97% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 16 (6.64% from 255 or 41.03% from 39); Max value from RGB is 23 - color contains mainly: red. Hex color #170010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170010 is #E8FFEF. Grayscale: #080808. Windows color (decimal): -15269872 or 1048599. OLE color: 1048599.

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

Color convert

RGB 23 0 16 -
CMYK 0 1 0.30 0.91
HSL 318.26º 1% 0.05% -
HSV(B) 318.26º 1% 0.09% -
XYZ 0.45 0.22 0.51 -
YUV 8.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 23 0 16 0 1 0.30 0.91 318.26 1 0.05
Hex 17 0 10 0 64 1E 5B 13E 64 5
Octal 27 0 20 0 144 36 133 476 144 5
Binary 10111 0 10000 0 1100100 11110 1011011 100111110 1100100 101

Color Harmonies of #170010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170010

Black with #170010

Text Example


Text Example

White with #170010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170010; }

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

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

background-color css

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

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

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

border-color css

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

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

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