Html Css Color HEX #180F15 Melanzane

📋 copy color: '#180F15'

red 24 ◦ green 15 ◦ blue 21

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

Shades of Melanzane #180F15

Tints of Melanzane #180F15

RGB

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

 GREEN value IS 15 (6.25% from 255) = 25%

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

R = 40%
G = 25%
B = 35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#180F15 (or 0x180F15) is known color: Melanzane. HEX triplet: 18, 0F and 15. RGB value is (24,15,21). Sum of RGB (Red+Green+Blue) = 24+15+21=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 24 - color contains mainly: red. Hex color #180F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F15 is #E7F0EA. Grayscale: #121212. Windows color (decimal): -15200491 or 1380120. OLE color: 1380120.

HSL color Cylindrical-coordinate representation of color #180F15: hue angle of 320º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #180F15 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 15 21 -
CMYK 0 0.37 0.13 0.91
HSL 320º 0.23% 0.08% -
HSV(B) 320º 0.38% 0.09% -
XYZ 0.68 0.59 0.79 -
YUV 18.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 24 15 21 0 0.37 0.13 0.91 320 0.23 0.08
Hex 18 F 15 0 25 D 5B 140 17 8
Octal 30 17 25 0 45 15 133 500 27 10
Binary 11000 1111 10101 0 100101 1101 1011011 101000000 10111 1000

Color Harmonies of #180F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180F15

Black with #180F15

Text Example


Text Example

White with #180F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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