#141520

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

Shades of Black Russian #141520

Tints of Black Russian #141520

Color information

#141520 (or 0x141520) is unknown color: approx Black Russian. HEX triplet: 14, 15 and 20. RGB value is (20,21,32). Sum of RGB (Red+Green+Blue) = 20+21+32=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 32 - color contains mainly: blue. Hex color #141520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141520 is #EBEADF. Grayscale: #151515. Windows color (decimal): -15461088 or 2102548. OLE color: 2102548.

HSL color Cylindrical-coordinate representation of color #141520: hue angle of 235º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #141520 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB202132-
CMYK0.370.3400.87
HSL235º23.08%10.2%-
HSV(B)235º37.5%12.55%-
XYZ0.820.791.48-
YUV21.96133.67126.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.40%
GREEN value IS 21 (8.59% from 255) = 28.77%
BLUE value IS 32 (12.89% from 255) = 43.84%
R=27.40%
G=28.77%
B=43.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2021320.370.3400.8723523.0810.2
Hex1415202522057eb17a
Octal242540454201273532712
Binary10100101011000001001011000100101011111101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141520; }

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

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

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

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

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

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

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

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