Html Css Color HEX #170512 Melanzane

📋 copy color: '#170512'

red 23 ◦ green 5 ◦ blue 18

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

Shades of Melanzane #170512

Tints of Melanzane #170512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.87%

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

R = 50%
G = 10.87%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#170512 (or 0x170512) is known color: Melanzane. HEX triplet: 17, 05 and 12. RGB value is (23,5,18). Sum of RGB (Red+Green+Blue) = 23+5+18=46 (6% of max value = 765). Red value is 23 (9.38% from 255 or 50% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 23 - color contains mainly: red. Hex color #170512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170512 is #E8FAED. Grayscale: #0B0B0B. Windows color (decimal): -15268590 or 1180951. OLE color: 1180951.

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

Color convert

RGB 23 5 18 -
CMYK 0 0.78 0.22 0.91
HSL 316.67º 0.64% 0.05% -
HSV(B) 316.67º 0.78% 0.09% -
XYZ 0.52 0.33 0.61 -
YUV 11.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 23 5 18 0 0.78 0.22 0.91 316.67 0.64 0.05
Hex 17 5 12 0 4E 16 5B 13D 40 5
Octal 27 5 22 0 116 26 133 475 100 5
Binary 10111 101 10010 0 1001110 10110 1011011 100111101 1000000 101

Color Harmonies of #170512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170512

Black with #170512

Text Example


Text Example

White with #170512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170512; }

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

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

background-color css

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

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

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

border-color css

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

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

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