#141820

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

Shades of Black Russian #141820

Tints of Black Russian #141820

Color information

#141820 (or 0x141820) is unknown color: approx Black Russian. HEX triplet: 14, 18 and 20. RGB value is (20,24,32). Sum of RGB (Red+Green+Blue) = 20+24+32=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 32 - color contains mainly: blue. Hex color #141820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141820 is #EBE7DF. Grayscale: #171717. Windows color (decimal): -15460320 or 2103316. OLE color: 2103316.

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

Color convert

RGB202432-
CMYK0.370.2500.87
HSL220º23.08%10.2%-
HSV(B)220º37.5%12.55%-
XYZ0.880.911.5-
YUV23.72132.67125.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 24 (9.77% from 255) = 31.58%
BLUE value IS 32 (12.89% from 255) = 42.11%
R=26.32%
G=31.58%
B=42.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2024320.370.2500.8722023.0810.2
Hex1418202519057dc17a
Octal243040453101273342712
Binary1010011000100000100101110010101011111011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141820; }

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

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

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

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

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

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

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

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