Html Css Color HEX #170312 Melanzane

📋 copy color: '#170312'

red 23 ◦ green 3 ◦ blue 18

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

Shades of Melanzane #170312

Tints of Melanzane #170312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6.82%

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

R = 52.27%
G = 6.82%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#170312 (or 0x170312) is known color: Melanzane. HEX triplet: 17, 03 and 12. RGB value is (23,3,18). Sum of RGB (Red+Green+Blue) = 23+3+18=44 (5% of max value = 765). Red value is 23 (9.38% from 255 or 52.27% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 23 - color contains mainly: red. Hex color #170312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170312 is #E8FCED. Grayscale: #0A0A0A. Windows color (decimal): -15269102 or 1180439. OLE color: 1180439.

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

Color convert

RGB 23 3 18 -
CMYK 0 0.87 0.22 0.91
HSL 315º 0.77% 0.05% -
HSV(B) 315º 0.87% 0.09% -
XYZ 0.5 0.29 0.6 -
YUV 10.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 23 3 18 0 0.87 0.22 0.91 315 0.77 0.05
Hex 17 3 12 0 57 16 5B 13B 4D 5
Octal 27 3 22 0 127 26 133 473 115 5
Binary 10111 11 10010 0 1010111 10110 1011011 100111011 1001101 101

Color Harmonies of #170312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170312

Black with #170312

Text Example


Text Example

White with #170312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170312; }

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

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

background-color css

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

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

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

border-color css

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

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

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