#141421

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

Shades of Black Russian #141421

Tints of Black Russian #141421

Color information

#141421 (or 0x141421) is unknown color: approx Black Russian. HEX triplet: 14, 14 and 21. RGB value is (20,20,33). Sum of RGB (Red+Green+Blue) = 20+20+33=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 33 - color contains mainly: blue. Hex color #141421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141421 is #EBEBDE. Grayscale: #151515. Windows color (decimal): -15461343 or 2167828. OLE color: 2167828.

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

Color convert

RGB202033-
CMYK0.390.3900.87
HSL240º24.53%10.39%-
HSV(B)240º39.39%12.94%-
XYZ0.810.761.54-
YUV21.48134.5126.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.40%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 33 (13.28% from 255) = 45.21%
R=27.40%
G=27.40%
B=45.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2020330.390.3900.8724024.5310.39
Hex1414212727057f019a
Octal242441474701273603112
Binary10100101001000011001111001110101011111110000110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141421; }

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

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

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

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

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

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

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

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