#141620

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

Shades of Black Russian #141620

Tints of Black Russian #141620

Color information

#141620 (or 0x141620) is unknown color: approx Black Russian. HEX triplet: 14, 16 and 20. RGB value is (20,22,32). Sum of RGB (Red+Green+Blue) = 20+22+32=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 32 - color contains mainly: blue. Hex color #141620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141620 is #EBE9DF. Grayscale: #161616. Windows color (decimal): -15460832 or 2102804. OLE color: 2102804.

HSL color Cylindrical-coordinate representation of color #141620: hue angle of 230º 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 #141620 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB202232-
CMYK0.370.3100.87
HSL230º23.08%10.2%-
HSV(B)230º37.5%12.55%-
XYZ0.840.831.48-
YUV22.54133.34126.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.03%
GREEN value IS 22 (8.98% from 255) = 29.73%
BLUE value IS 32 (12.89% from 255) = 43.24%
R=27.03%
G=29.73%
B=43.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2022320.370.3100.8723023.0810.2
Hex141620251F057e617a
Octal242640453701273462712
Binary1010010110100000100101111110101011111100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141620; }

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

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

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

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

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

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

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

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