Html Css Color HEX #170012 Melanzane

📋 copy color: '#170012'

red 23 ◦ green 0 ◦ blue 18

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

Shades of Melanzane #170012

Tints of Melanzane #170012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 43.9%

R = 56.1%
G = 0%
B = 43.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#170012 (or 0x170012) is known color: Melanzane. HEX triplet: 17, 00 and 12. RGB value is (23,0,18). Sum of RGB (Red+Green+Blue) = 23+0+18=41 (5% of max value = 765). Red value is 23 (9.38% from 255 or 56.10% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 23 - color contains mainly: red. Hex color #170012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170012 is #E8FFED. Grayscale: #080808. Windows color (decimal): -15269870 or 1179671. OLE color: 1179671.

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

Color convert

RGB 23 0 18 -
CMYK 0 1 0.22 0.91
HSL 313.04º 1% 0.05% -
HSV(B) 313.04º 1% 0.09% -
XYZ 0.46 0.23 0.59 -
YUV 8.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 23 0 18 0 1 0.22 0.91 313.04 1 0.05
Hex 17 0 12 0 64 16 5B 139 64 5
Octal 27 0 22 0 144 26 133 471 144 5
Binary 10111 0 10010 0 1100100 10110 1011011 100111001 1100100 101

Color Harmonies of #170012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170012

Black with #170012

Text Example


Text Example

White with #170012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170012; }

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

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

background-color css

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

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

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

border-color css

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

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

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