#161429

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

Shades of Black Russian #161429

Tints of Black Russian #161429

Color information

#161429 (or 0x161429) is unknown color: approx Black Russian. HEX triplet: 16, 14 and 29. RGB value is (22,20,41). Sum of RGB (Red+Green+Blue) = 22+20+41=83 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.51% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 41 (16.41% from 255 or 49.40% from 83); Max value from RGB is 41 - color contains mainly: blue. Hex color #161429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161429 is #E9EBD6. Grayscale: #161616. Windows color (decimal): -15330263 or 2692118. OLE color: 2692118.

HSL color Cylindrical-coordinate representation of color #161429: hue angle of 245.71º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #161429 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB222041-
CMYK0.460.5100.84
HSL245.71º34.43%11.96%-
HSV(B)245.71º51.22%16.08%-
XYZ0.980.832.21-
YUV22.99138.16127.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 26.51%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 41 (16.41% from 255) = 49.40%
R=26.51%
G=24.10%
B=49.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2220410.460.5100.84245.7134.4311.96
Hex1614292E33054f622c
Octal262451566301243664214
Binary101101010010100110111011001101010100111101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161429; }

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

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

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

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

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

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

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

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