Html Css Color HEX #151014 Melanzane

📋 copy color: '#151014'

red 21 ◦ green 16 ◦ blue 20

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

Shades of Melanzane #151014

Tints of Melanzane #151014

RGB

 RED value IS 21 (8.59% from 255) = 36.84%

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

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

R = 36.84%
G = 28.07%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#151014 (or 0x151014) is known color: Melanzane. HEX triplet: 15, 10 and 14. RGB value is (21,16,20). Sum of RGB (Red+Green+Blue) = 21+16+20=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 21 - color contains mainly: red. Hex color #151014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151014 is #EAEFEB. Grayscale: #111111. Windows color (decimal): -15396844 or 1314837. OLE color: 1314837.

HSL color Cylindrical-coordinate representation of color #151014: hue angle of 312º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #151014 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 16 20 -
CMYK 0 0.24 0.05 0.92
HSL 312º 0.14% 0.07% -
HSV(B) 312º 0.24% 0.08% -
XYZ 0.62 0.58 0.74 -
YUV 17.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 21 16 20 0 0.24 0.05 0.92 312 0.14 0.07
Hex 15 10 14 0 18 5 5C 138 E 7
Octal 25 20 24 0 30 5 134 470 16 7
Binary 10101 10000 10100 0 11000 101 1011100 100111000 1110 111

Color Harmonies of #151014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151014

Black with #151014

Text Example


Text Example

White with #151014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151014; }

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

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

background-color css

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

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

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

border-color css

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

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

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