#141721

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

Shades of Black Russian #141721

Tints of Black Russian #141721

Color information

#141721 (or 0x141721) is unknown color: approx Black Russian. HEX triplet: 14, 17 and 21. RGB value is (20,23,33). Sum of RGB (Red+Green+Blue) = 20+23+33=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 33 (13.28% from 255 or 43.42% from 76); Max value from RGB is 33 - color contains mainly: blue. Hex color #141721 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141721 is #EBE8DE. Grayscale: #171717. Windows color (decimal): -15460575 or 2168596. OLE color: 2168596.

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

Color convert

RGB202333-
CMYK0.390.3000.87
HSL226.15º24.53%10.39%-
HSV(B)226.15º39.39%12.94%-
XYZ0.870.871.56-
YUV23.24133.51125.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 23 (9.38% from 255) = 30.26%
BLUE value IS 33 (13.28% from 255) = 43.42%
R=26.32%
G=30.26%
B=43.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2023330.390.3000.87226.1524.5310.39
Hex141721271E057e219a
Octal242741473601273423112
Binary1010010111100001100111111100101011111100010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141721; }

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

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

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

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

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

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

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

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