Html Css Color HEX #170412 Melanzane

📋 copy color: '#170412'

red 23 ◦ green 4 ◦ blue 18

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

Shades of Melanzane #170412

Tints of Melanzane #170412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.89%

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

R = 51.11%
G = 8.89%
B = 40%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#170412 (or 0x170412) is known color: Melanzane. HEX triplet: 17, 04 and 12. RGB value is (23,4,18). Sum of RGB (Red+Green+Blue) = 23+4+18=45 (5% of max value = 765). Red value is 23 (9.38% from 255 or 51.11% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 23 - color contains mainly: red. Hex color #170412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170412 is #E8FBED. Grayscale: #0B0B0B. Windows color (decimal): -15268846 or 1180695. OLE color: 1180695.

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

Color convert

RGB 23 4 18 -
CMYK 0 0.83 0.22 0.91
HSL 315.79º 0.7% 0.05% -
HSV(B) 315.79º 0.83% 0.09% -
XYZ 0.51 0.31 0.61 -
YUV 11.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 23 4 18 0 0.83 0.22 0.91 315.79 0.7 0.05
Hex 17 4 12 0 53 16 5B 13C 46 5
Octal 27 4 22 0 123 26 133 474 106 5
Binary 10111 100 10010 0 1010011 10110 1011011 100111100 1000110 101

Color Harmonies of #170412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170412

Black with #170412

Text Example


Text Example

White with #170412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170412; }

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

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

background-color css

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

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

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

border-color css

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

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

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