Html Css Color HEX #180514 Melanzane

📋 copy color: '#180514'

red 24 ◦ green 5 ◦ blue 20

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

Shades of Melanzane #180514

Tints of Melanzane #180514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 40.82%

R = 48.98%
G = 10.2%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#180514 (or 0x180514) is known color: Melanzane. HEX triplet: 18, 05 and 14. RGB value is (24,5,20). Sum of RGB (Red+Green+Blue) = 24+5+20=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 24 - color contains mainly: red. Hex color #180514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180514 is #E7FAEB. Grayscale: #0C0C0C. Windows color (decimal): -15203052 or 1312024. OLE color: 1312024.

HSL color Cylindrical-coordinate representation of color #180514: hue angle of 312.63º 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 #180514 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 5 20 -
CMYK 0 0.79 0.17 0.91
HSL 312.63º 0.66% 0.06% -
HSV(B) 312.63º 0.79% 0.09% -
XYZ 0.56 0.35 0.7 -
YUV 12.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 24 5 20 0 0.79 0.17 0.91 312.63 0.66 0.06
Hex 18 5 14 0 4F 11 5B 139 42 6
Octal 30 5 24 0 117 21 133 471 102 6
Binary 11000 101 10100 0 1001111 10001 1011011 100111001 1000010 110

Color Harmonies of #180514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180514

Black with #180514

Text Example


Text Example

White with #180514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180514; }

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

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

background-color css

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

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

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

border-color css

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

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

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