Html Css Color HEX #181015 Melanzane

📋 copy color: '#181015'

red 24 ◦ green 16 ◦ blue 21

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

Shades of Melanzane #181015

Tints of Melanzane #181015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 26.23%

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

R = 39.34%
G = 26.23%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#181015 (or 0x181015) is known color: Melanzane. HEX triplet: 18, 10 and 15. RGB value is (24,16,21). Sum of RGB (Red+Green+Blue) = 24+16+21=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 24 - color contains mainly: red. Hex color #181015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181015 is #E7EFEA. Grayscale: #121212. Windows color (decimal): -15200235 or 1380376. OLE color: 1380376.

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

Color convert

RGB 24 16 21 -
CMYK 0 0.33 0.13 0.91
HSL 322.5º 0.2% 0.08% -
HSV(B) 322.5º 0.33% 0.09% -
XYZ 0.7 0.62 0.79 -
YUV 18.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 24 16 21 0 0.33 0.13 0.91 322.5 0.2 0.08
Hex 18 10 15 0 21 D 5B 142 14 8
Octal 30 20 25 0 41 15 133 502 24 10
Binary 11000 10000 10101 0 100001 1101 1011011 101000010 10100 1000

Color Harmonies of #181015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181015

Black with #181015

Text Example


Text Example

White with #181015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181015; }

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

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

background-color css

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

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

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

border-color css

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

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

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