Html Css Color HEX #180612 Melanzane

📋 copy color: '#180612'

red 24 ◦ green 6 ◦ blue 18

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

Shades of Melanzane #180612

Tints of Melanzane #180612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12.5%

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

R = 50%
G = 12.5%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#180612 (or 0x180612) is known color: Melanzane. HEX triplet: 18, 06 and 12. RGB value is (24,6,18). Sum of RGB (Red+Green+Blue) = 24+6+18=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #180612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180612 is #E7F9ED. Grayscale: #0C0C0C. Windows color (decimal): -15202798 or 1181208. OLE color: 1181208.

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

Color convert

RGB 24 6 18 -
CMYK 0 0.75 0.25 0.91
HSL 320º 0.6% 0.06% -
HSV(B) 320º 0.75% 0.09% -
XYZ 0.55 0.37 0.61 -
YUV 12.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 24 6 18 0 0.75 0.25 0.91 320 0.6 0.06
Hex 18 6 12 0 4B 19 5B 140 3C 6
Octal 30 6 22 0 113 31 133 500 74 6
Binary 11000 110 10010 0 1001011 11001 1011011 101000000 111100 110

Color Harmonies of #180612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180612

Black with #180612

Text Example


Text Example

White with #180612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180612; }

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

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

background-color css

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

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

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

border-color css

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

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

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