#180213

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

Shades of Melanzane #180213

Tints of Melanzane #180213

Color information

#180213 (or 0x180213) is unknown color: approx Melanzane. HEX triplet: 18, 02 and 13. RGB value is (24,2,19). Sum of RGB (Red+Green+Blue) = 24+2+19=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #180213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180213 is #E7FDEC. Grayscale: #0A0A0A. Windows color (decimal): -15203821 or 1245720. OLE color: 1245720.

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

Color convert

RGB24219-
CMYK00.920.210.91
HSL313.64º84.62%5.1%-
HSV(B)313.64º91.67%9.41%-
XYZ0.520.280.64-
YUV10.52132.79137.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 53.33%
GREEN value IS 2 (1.17% from 255) = 4.44%
BLUE value IS 19 (7.81% from 255) = 42.22%
R=53.33%
G=4.44%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2421900.920.210.91313.6484.625.1
Hex1821305C155B13a555
Octal302230134251334721255
Binary110001010011010111001010110110111001110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180213; }

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

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

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

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

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

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

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

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