Html Css Color HEX #180812 Melanzane

📋 copy color: '#180812'

red 24 ◦ green 8 ◦ blue 18

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

Shades of Melanzane #180812

Tints of Melanzane #180812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 16%

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

R = 48%
G = 16%
B = 36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#180812 (or 0x180812) is known color: Melanzane. HEX triplet: 18, 08 and 12. RGB value is (24,8,18). Sum of RGB (Red+Green+Blue) = 24+8+18=50 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 24 - color contains mainly: red. Hex color #180812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180812 is #E7F7ED. Grayscale: #0D0D0D. Windows color (decimal): -15202286 or 1181720. OLE color: 1181720.

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

Color convert

RGB 24 8 18 -
CMYK 0 0.67 0.25 0.91
HSL 322.5º 0.5% 0.06% -
HSV(B) 322.5º 0.67% 0.09% -
XYZ 0.57 0.41 0.62 -
YUV 13.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 24 8 18 0 0.67 0.25 0.91 322.5 0.5 0.06
Hex 18 8 12 0 43 19 5B 142 32 6
Octal 30 10 22 0 103 31 133 502 62 6
Binary 11000 1000 10010 0 1000011 11001 1011011 101000010 110010 110

Color Harmonies of #180812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180812

Black with #180812

Text Example


Text Example

White with #180812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180812; }

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

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

background-color css

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

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

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

border-color css

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

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

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