Html Css Color HEX #180E15 Melanzane

📋 copy color: '#180E15'

red 24 ◦ green 14 ◦ blue 21

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

Shades of Melanzane #180E15

Tints of Melanzane #180E15

RGB

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

 GREEN value IS 14 (5.86% from 255) = 23.73%

 BLUE value IS 21 (8.59% from 255) = 35.59%

R = 40.68%
G = 23.73%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#180E15 (or 0x180E15) is known color: Melanzane. HEX triplet: 18, 0E and 15. RGB value is (24,14,21). Sum of RGB (Red+Green+Blue) = 24+14+21=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 24 - color contains mainly: red. Hex color #180E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E15 is #E7F1EA. Grayscale: #111111. Windows color (decimal): -15200747 or 1379864. OLE color: 1379864.

HSL color Cylindrical-coordinate representation of color #180E15: hue angle of 318º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #180E15 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 14 21 -
CMYK 0 0.42 0.13 0.91
HSL 318º 0.26% 0.07% -
HSV(B) 318º 0.42% 0.09% -
XYZ 0.67 0.56 0.78 -
YUV 17.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 24 14 21 0 0.42 0.13 0.91 318 0.26 0.07
Hex 18 E 15 0 2A D 5B 13E 1A 7
Octal 30 16 25 0 52 15 133 476 32 7
Binary 11000 1110 10101 0 101010 1101 1011011 100111110 11010 111

Color Harmonies of #180E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180E15

Black with #180E15

Text Example


Text Example

White with #180E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180E15; }

 p { color: rgb(24,14,21); }

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

background-color css

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

 a { background-color: rgb(24,14,21); }

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

border-color css

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

 span { border-color: rgb(24,14,21); }

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