#141521

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

Shades of Black Russian #141521

Tints of Black Russian #141521

Color information

#141521 (or 0x141521) is unknown color: approx Black Russian. HEX triplet: 14, 15 and 21. RGB value is (20,21,33). Sum of RGB (Red+Green+Blue) = 20+21+33=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 33 - color contains mainly: blue. Hex color #141521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141521 is #EBEADE. Grayscale: #161616. Windows color (decimal): -15461087 or 2168084. OLE color: 2168084.

HSL color Cylindrical-coordinate representation of color #141521: hue angle of 235.38º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #141521 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB202133-
CMYK0.390.3600.87
HSL235.38º24.53%10.39%-
HSV(B)235.38º39.39%12.94%-
XYZ0.830.791.55-
YUV22.07134.17126.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.03%
GREEN value IS 21 (8.59% from 255) = 28.38%
BLUE value IS 33 (13.28% from 255) = 44.59%
R=27.03%
G=28.38%
B=44.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2021330.390.3600.87235.3824.5310.39
Hex1415212724057eb19a
Octal242541474401273533112
Binary10100101011000011001111001000101011111101011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141521; }

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

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

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

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

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

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

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

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