#141220

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

Shades of Black Russian #141220

Tints of Black Russian #141220

Color information

#141220 (or 0x141220) is unknown color: approx Black Russian. HEX triplet: 14, 12 and 20. RGB value is (20,18,32). Sum of RGB (Red+Green+Blue) = 20+18+32=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 32 (12.89% from 255 or 45.71% from 70); Max value from RGB is 32 - color contains mainly: blue. Hex color #141220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141220 is #EBEDDF. Grayscale: #141414. Windows color (decimal): -15461856 or 2101780. OLE color: 2101780.

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

Color convert

RGB201832-
CMYK0.370.4400.87
HSL248.57º28%9.8%-
HSV(B)248.57º43.75%12.55%-
XYZ0.770.691.46-
YUV20.19134.66127.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.57%
GREEN value IS 18 (7.42% from 255) = 25.71%
BLUE value IS 32 (12.89% from 255) = 45.71%
R=28.57%
G=25.71%
B=45.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2018320.370.4400.87248.57289.8
Hex141220252C057f91ca
Octal242240455401273713412
Binary10100100101000001001011011000101011111111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141220; }

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

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

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

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

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

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

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

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