#141519

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

Shades of Black Russian #141519

Tints of Black Russian #141519

Color information

#141519 (or 0x141519) is unknown color: approx Black Russian. HEX triplet: 14, 15 and 19. RGB value is (20,21,25). Sum of RGB (Red+Green+Blue) = 20+21+25=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 25 - color contains mainly: blue. Hex color #141519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141519 is #EBEAE6. Grayscale: #151515. Windows color (decimal): -15461095 or 1643796. OLE color: 1643796.

HSL color Cylindrical-coordinate representation of color #141519: hue angle of 228º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #141519 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB202125-
CMYK0.200.1600.90
HSL228º11.11%8.82%-
HSV(B)228º20%9.8%-
XYZ0.730.761.03-
YUV21.16130.17127.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.30%
GREEN value IS 21 (8.59% from 255) = 31.82%
BLUE value IS 25 (10.16% from 255) = 37.88%
R=30.30%
G=31.82%
B=37.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2021250.200.1600.9022811.118.82
Hex141519141005Ae4b9
Octal242531242001323441311
Binary1010010101110011010010000010110101110010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141519; }

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

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

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

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

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

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

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

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