Html Css Color HEX #170212 Melanzane

📋 copy color: '#170212'

red 23 ◦ green 2 ◦ blue 18

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

Shades of Melanzane #170212

Tints of Melanzane #170212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.65%

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

R = 53.49%
G = 4.65%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#170212 (or 0x170212) is known color: Melanzane. HEX triplet: 17, 02 and 12. RGB value is (23,2,18). Sum of RGB (Red+Green+Blue) = 23+2+18=43 (5% of max value = 765). Red value is 23 (9.38% from 255 or 53.49% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 23 - color contains mainly: red. Hex color #170212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170212 is #E8FDED. Grayscale: #0A0A0A. Windows color (decimal): -15269358 or 1180183. OLE color: 1180183.

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

Color convert

RGB 23 2 18 -
CMYK 0 0.91 0.22 0.91
HSL 314.29º 0.84% 0.05% -
HSV(B) 314.29º 0.91% 0.09% -
XYZ 0.48 0.27 0.6 -
YUV 10.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 23 2 18 0 0.91 0.22 0.91 314.29 0.84 0.05
Hex 17 2 12 0 5B 16 5B 13A 54 5
Octal 27 2 22 0 133 26 133 472 124 5
Binary 10111 10 10010 0 1011011 10110 1011011 100111010 1010100 101

Color Harmonies of #170212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170212

Black with #170212

Text Example


Text Example

White with #170212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170212; }

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

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

background-color css

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

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

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

border-color css

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

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

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