Html Css Color HEX #180912 Melanzane

📋 copy color: '#180912'

red 24 ◦ green 9 ◦ blue 18

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

Shades of Melanzane #180912

Tints of Melanzane #180912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 17.65%

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

R = 47.06%
G = 17.65%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#180912 (or 0x180912) is known color: Melanzane. HEX triplet: 18, 09 and 12. RGB value is (24,9,18). Sum of RGB (Red+Green+Blue) = 24+9+18=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 24 - color contains mainly: red. Hex color #180912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180912 is #E7F6ED. Grayscale: #0E0E0E. Windows color (decimal): -15202030 or 1181976. OLE color: 1181976.

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

Color convert

RGB 24 9 18 -
CMYK 0 0.63 0.25 0.91
HSL 324º 0.45% 0.06% -
HSV(B) 324º 0.63% 0.09% -
XYZ 0.58 0.43 0.63 -
YUV 14.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 24 9 18 0 0.63 0.25 0.91 324 0.45 0.06
Hex 18 9 12 0 3F 19 5B 144 2D 6
Octal 30 11 22 0 77 31 133 504 55 6
Binary 11000 1001 10010 0 111111 11001 1011011 101000100 101101 110

Color Harmonies of #180912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180912

Black with #180912

Text Example


Text Example

White with #180912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180912; }

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

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

background-color css

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

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

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

border-color css

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

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

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