#180212

Color #180212 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #180212

Tints of Melanzane #180212

Color information

#180212 (or 0x180212) is unknown color: approx Melanzane. HEX triplet: 18, 02 and 12. RGB value is (24,2,18). Sum of RGB (Red+Green+Blue) = 24+2+18=44 (5% of max value = 765). Red value is 24 (9.77% from 255 or 54.55% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 24 - color contains mainly: red. Hex color #180212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180212 is #E7FDED. Grayscale: #0A0A0A. Windows color (decimal): -15203822 or 1180184. OLE color: 1180184.

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

Color convert

RGB24218-
CMYK00.920.250.91
HSL316.36º84.62%5.1%-
HSV(B)316.36º91.67%9.41%-
XYZ0.510.280.6-
YUV10.4132.29137.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 54.55%
GREEN value IS 2 (1.17% from 255) = 4.55%
BLUE value IS 18 (7.42% from 255) = 40.91%
R=54.55%
G=4.55%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2421800.920.250.91316.3684.625.1
Hex1821205C195B13c555
Octal302220134311334741255
Binary110001010010010111001100110110111001111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180212; }

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

 H1.HeaderClassName
 {
   color: #180212;
 }
 .AnyTagClassName
 {
   color: #180212;
 }
</style>
background-color css

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

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

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

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

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

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