Html Css Color HEX #170112 Melanzane

📋 copy color: '#170112'

red 23 ◦ green 1 ◦ blue 18

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

Shades of Melanzane #170112

Tints of Melanzane #170112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.38%

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

R = 54.76%
G = 2.38%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#170112 (or 0x170112) is known color: Melanzane. HEX triplet: 17, 01 and 12. RGB value is (23,1,18). Sum of RGB (Red+Green+Blue) = 23+1+18=42 (5% of max value = 765). Red value is 23 (9.38% from 255 or 54.76% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 23 - color contains mainly: red. Hex color #170112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170112 is #E8FEED. Grayscale: #090909. Windows color (decimal): -15269614 or 1179927. OLE color: 1179927.

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

Color convert

RGB 23 1 18 -
CMYK 0 0.96 0.22 0.91
HSL 313.64º 0.92% 0.05% -
HSV(B) 313.64º 0.96% 0.09% -
XYZ 0.47 0.25 0.6 -
YUV 9.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 23 1 18 0 0.96 0.22 0.91 313.64 0.92 0.05
Hex 17 1 12 0 60 16 5B 13A 5C 5
Octal 27 1 22 0 140 26 133 472 134 5
Binary 10111 1 10010 0 1100000 10110 1011011 100111010 1011100 101

Color Harmonies of #170112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170112

Black with #170112

Text Example


Text Example

White with #170112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170112; }

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

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

background-color css

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

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

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

border-color css

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

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

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