Html Css Color HEX #151114 Melanzane

📋 copy color: '#151114'

red 21 ◦ green 17 ◦ blue 20

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

Shades of Melanzane #151114

Tints of Melanzane #151114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 29.31%

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

R = 36.21%
G = 29.31%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#151114 (or 0x151114) is known color: Melanzane. HEX triplet: 15, 11 and 14. RGB value is (21,17,20). Sum of RGB (Red+Green+Blue) = 21+17+20=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 21 - color contains mainly: red. Hex color #151114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151114 is #EAEEEB. Grayscale: #121212. Windows color (decimal): -15396588 or 1315093. OLE color: 1315093.

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

Color convert

RGB 21 17 20 -
CMYK 0 0.19 0.05 0.92
HSL 315º 0.11% 0.07% -
HSV(B) 315º 0.19% 0.08% -
XYZ 0.64 0.61 0.75 -
YUV 18.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 21 17 20 0 0.19 0.05 0.92 315 0.11 0.07
Hex 15 11 14 0 13 5 5C 13B B 7
Octal 25 21 24 0 23 5 134 473 13 7
Binary 10101 10001 10100 0 10011 101 1011100 100111011 1011 111

Color Harmonies of #151114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151114

Black with #151114

Text Example


Text Example

White with #151114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151114; }

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

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

background-color css

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

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

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

border-color css

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

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

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