#141221

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

Shades of Black Russian #141221

Tints of Black Russian #141221

Color information

#141221 (or 0x141221) is unknown color: approx Black Russian. HEX triplet: 14, 12 and 21. RGB value is (20,18,33). Sum of RGB (Red+Green+Blue) = 20+18+33=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 33 (13.28% from 255 or 46.48% from 71); Max value from RGB is 33 - color contains mainly: blue. Hex color #141221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141221 is #EBEDDE. Grayscale: #141414. Windows color (decimal): -15461855 or 2167316. OLE color: 2167316.

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

Color convert

RGB201833-
CMYK0.390.4500.87
HSL248º29.41%10%-
HSV(B)248º45.45%12.94%-
XYZ0.780.691.53-
YUV20.31135.16127.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.17%
GREEN value IS 18 (7.42% from 255) = 25.35%
BLUE value IS 33 (13.28% from 255) = 46.48%
R=28.17%
G=25.35%
B=46.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2018330.390.4500.8724829.4110
Hex141221272D057f81da
Octal242241475501273703512
Binary10100100101000011001111011010101011111111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141221; }

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

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

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

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

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

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

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

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