Html Css Color HEX #170310 Melanzane

📋 copy color: '#170310'

red 23 ◦ green 3 ◦ blue 16

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

Shades of Melanzane #170310

Tints of Melanzane #170310

RGB

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

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

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

R = 54.76%
G = 7.14%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.91

RGB Variations

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

Color information

#170310 (or 0x170310) is known color: Melanzane. HEX triplet: 17, 03 and 10. RGB value is (23,3,16). Sum of RGB (Red+Green+Blue) = 23+3+16=42 (5% of max value = 765). Red value is 23 (9.38% from 255 or 54.76% from 42); Green value is 3 (1.56% from 255 or 7.14% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 23 - color contains mainly: red. Hex color #170310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170310 is #E8FCEF. Grayscale: #0A0A0A. Windows color (decimal): -15269104 or 1049367. OLE color: 1049367.

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

Color convert

RGB 23 3 16 -
CMYK 0 0.87 0.30 0.91
HSL 321º 0.77% 0.05% -
HSV(B) 321º 0.87% 0.09% -
XYZ 0.48 0.28 0.52 -
YUV 10.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 23 3 16 0 0.87 0.30 0.91 321 0.77 0.05
Hex 17 3 10 0 57 1E 5B 141 4D 5
Octal 27 3 20 0 127 36 133 501 115 5
Binary 10111 11 10000 0 1010111 11110 1011011 101000001 1001101 101

Color Harmonies of #170310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170310

Black with #170310

Text Example


Text Example

White with #170310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170310; }

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

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

background-color css

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

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

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

border-color css

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

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

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