Html Css Color HEX #180212 Melanzane

📋 copy color: '#180212'

red 24 ◦ green 2 ◦ blue 18

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

Shades of Melanzane #180212

Tints of Melanzane #180212

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 value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#180212 (or 0x180212) is known color: 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

RGB 24 2 18 -
CMYK 0 0.92 0.25 0.91
HSL 316.36º 0.85% 0.05% -
HSV(B) 316.36º 0.92% 0.09% -
XYZ 0.51 0.28 0.6 -
YUV 10.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 24 2 18 0 0.92 0.25 0.91 316.36 0.85 0.05
Hex 18 2 12 0 5C 19 5B 13C 55 5
Octal 30 2 22 0 134 31 133 474 125 5
Binary 11000 10 10010 0 1011100 11001 1011011 100111100 1010101 101

Color Harmonies of #180212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180212

Black with #180212

Text Example


Text Example

White with #180212

Text Example


Text Example

HTML Codes & Css Web 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>