Html Css Color HEX #180512 Melanzane

📋 copy color: '#180512'

red 24 ◦ green 5 ◦ blue 18

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

Shades of Melanzane #180512

Tints of Melanzane #180512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.64%

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

R = 51.06%
G = 10.64%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#180512 (or 0x180512) is known color: Melanzane. HEX triplet: 18, 05 and 12. RGB value is (24,5,18). Sum of RGB (Red+Green+Blue) = 24+5+18=47 (6% of max value = 765). Red value is 24 (9.77% from 255 or 51.06% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 24 - color contains mainly: red. Hex color #180512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180512 is #E7FAED. Grayscale: #0C0C0C. Windows color (decimal): -15203054 or 1180952. OLE color: 1180952.

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

Color convert

RGB 24 5 18 -
CMYK 0 0.79 0.25 0.91
HSL 318.95º 0.66% 0.06% -
HSV(B) 318.95º 0.79% 0.09% -
XYZ 0.54 0.35 0.61 -
YUV 12.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 24 5 18 0 0.79 0.25 0.91 318.95 0.66 0.06
Hex 18 5 12 0 4F 19 5B 13F 42 6
Octal 30 5 22 0 117 31 133 477 102 6
Binary 11000 101 10010 0 1001111 11001 1011011 100111111 1000010 110

Color Harmonies of #180512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180512

Black with #180512

Text Example


Text Example

White with #180512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180512; }

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

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

background-color css

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

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

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

border-color css

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

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

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