#161428

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

Shades of Black Russian #161428

Tints of Black Russian #161428

Color information

#161428 (or 0x161428) is unknown color: approx Black Russian. HEX triplet: 16, 14 and 28. RGB value is (22,20,40). Sum of RGB (Red+Green+Blue) = 22+20+40=82 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.83% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 40 - color contains mainly: blue. Hex color #161428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161428 is #E9EBD7. Grayscale: #161616. Windows color (decimal): -15330264 or 2626582. OLE color: 2626582.

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

Color convert

RGB222040-
CMYK0.450.500.84
HSL246º33.33%11.76%-
HSV(B)246º50%15.69%-
XYZ0.960.822.12-
YUV22.88137.66127.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 26.83%
GREEN value IS 20 (8.20% from 255) = 24.39%
BLUE value IS 40 (16.02% from 255) = 48.78%
R=26.83%
G=24.39%
B=48.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2220400.450.500.8424633.3311.76
Hex1614282D32054f621c
Octal262450556201243664114
Binary101101010010100010110111001001010100111101101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161428; }

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

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

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

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

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

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

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

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