#151314

Color #151314 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #151314

Tints of Melanzane #151314

Color information

#151314 (or 0x151314) is unknown color: approx Melanzane. HEX triplet: 15, 13 and 14. RGB value is (21,19,20). Sum of RGB (Red+Green+Blue) = 21+19+20=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 21 - color contains mainly: red. Hex color #151314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151314 is #EAECEB. Grayscale: #131313. Windows color (decimal): -15396076 or 1315605. OLE color: 1315605.

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

Color convert

RGB211920-
CMYK00.100.050.92
HSL330º5%7.84%-
HSV(B)330º9.52%8.24%-
XYZ0.670.680.76-
YUV19.71128.16128.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35%
GREEN value IS 19 (7.81% from 255) = 31.67%
BLUE value IS 20 (8.20% from 255) = 33.33%
R=35%
G=31.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21192000.100.050.9233057.84
Hex1513140A55C14a58
Octal2523240125134512510
Binary1010110011101000101010110111001010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151314; }

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

 H1.HeaderClassName
 {
   color: #151314;
 }
 .AnyTagClassName
 {
   color: #151314;
 }
</style>
background-color css

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

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

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

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

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

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