Html Css Color HEX #181215 Melanzane

📋 copy color: '#181215'

red 24 ◦ green 18 ◦ blue 21

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

Shades of Melanzane #181215

Tints of Melanzane #181215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 28.57%

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

R = 38.1%
G = 28.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#181215 (or 0x181215) is known color: Melanzane. HEX triplet: 18, 12 and 15. RGB value is (24,18,21). Sum of RGB (Red+Green+Blue) = 24+18+21=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 24 - color contains mainly: red. Hex color #181215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181215 is #E7EDEA. Grayscale: #141414. Windows color (decimal): -15199723 or 1380888. OLE color: 1380888.

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

Color convert

RGB 24 18 21 -
CMYK 0 0.25 0.13 0.91
HSL 330º 0.14% 0.08% -
HSV(B) 330º 0.25% 0.09% -
XYZ 0.73 0.68 0.8 -
YUV 20.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 24 18 21 0 0.25 0.13 0.91 330 0.14 0.08
Hex 18 12 15 0 19 D 5B 14A E 8
Octal 30 22 25 0 31 15 133 512 16 10
Binary 11000 10010 10101 0 11001 1101 1011011 101001010 1110 1000

Color Harmonies of #181215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181215

Black with #181215

Text Example


Text Example

White with #181215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181215; }

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

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

background-color css

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

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

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

border-color css

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

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

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