Html Css Color HEX #180012 Melanzane

📋 copy color: '#180012'

red 24 ◦ green 0 ◦ blue 18

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

Shades of Melanzane #180012

Tints of Melanzane #180012

RGB

 RED value IS 24 (9.77% from 255) = 57.14%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#180012 (or 0x180012) is known color: Melanzane. HEX triplet: 18, 00 and 12. RGB value is (24,0,18). Sum of RGB (Red+Green+Blue) = 24+0+18=42 (5% of max value = 765). Red value is 24 (9.77% from 255 or 57.14% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 24 - color contains mainly: red. Hex color #180012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180012 is #E7FFED. Grayscale: #090909. Windows color (decimal): -15204334 or 1179672. OLE color: 1179672.

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

Color convert

RGB 24 0 18 -
CMYK 0 1 0.25 0.91
HSL 315º 1% 0.05% -
HSV(B) 315º 1% 0.09% -
XYZ 0.49 0.24 0.59 -
YUV 9.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 24 0 18 0 1 0.25 0.91 315 1 0.05
Hex 18 0 12 0 64 19 5B 13B 64 5
Octal 30 0 22 0 144 31 133 473 144 5
Binary 11000 0 10010 0 1100100 11001 1011011 100111011 1100100 101

Color Harmonies of #180012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180012

Black with #180012

Text Example


Text Example

White with #180012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180012; }

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

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

background-color css

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

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

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

border-color css

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

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

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