#161B30

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

Shades of Black Russian #161B30

Tints of Black Russian #161B30

Color information

#161B30 (or 0x161B30) is unknown color: approx Black Russian. HEX triplet: 16, 1B and 30. RGB value is (22,27,48). Sum of RGB (Red+Green+Blue) = 22+27+48=97 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.68% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 48 (19.14% from 255 or 49.48% from 97); Max value from RGB is 48 - color contains mainly: blue. Hex color #161B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161B30 is #E9E4CF. Grayscale: #1B1B1B. Windows color (decimal): -15328464 or 3152662. OLE color: 3152662.

HSL color Cylindrical-coordinate representation of color #161B30: hue angle of 228.46º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #161B30 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB222748-
CMYK0.540.4400.81
HSL228.46º37.14%13.73%-
HSV(B)228.46º54.17%18.82%-
XYZ1.261.172.96-
YUV27.9139.34123.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.68%
GREEN value IS 27 (10.94% from 255) = 27.84%
BLUE value IS 48 (19.14% from 255) = 49.48%
R=22.68%
G=27.84%
B=49.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2227480.540.4400.81228.4637.1413.73
Hex161B30362C051e425e
Octal263360665401213444516
Binary101101101111000011011010110001010001111001001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161B30; }

 p { color: rgb(22,27,48); }

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

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

 a { background-color: rgb(22,27,48); }

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

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

 span { border-color: rgb(22,27,48); }

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