#161530

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

Shades of Black Russian #161530

Tints of Black Russian #161530

Color information

#161530 (or 0x161530) is unknown color: approx Black Russian. HEX triplet: 16, 15 and 30. RGB value is (22,21,48). Sum of RGB (Red+Green+Blue) = 22+21+48=91 (12% of max value = 765). Red value is 22 (8.98% from 255 or 24.18% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 48 (19.14% from 255 or 52.75% from 91); Max value from RGB is 48 - color contains mainly: blue. Hex color #161530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161530 is #E9EACF. Grayscale: #181818. Windows color (decimal): -15330000 or 3151126. OLE color: 3151126.

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

Color convert

RGB222148-
CMYK0.540.5600.81
HSL242.22º39.13%13.53%-
HSV(B)242.22º56.25%18.82%-
XYZ1.130.922.91-
YUV24.38141.33126.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 24.18%
GREEN value IS 21 (8.59% from 255) = 23.08%
BLUE value IS 48 (19.14% from 255) = 52.75%
R=24.18%
G=23.08%
B=52.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2221480.540.5600.81242.2239.1313.53
Hex1615303638051f227e
Octal262560667001213624716
Binary101101010111000011011011100001010001111100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161530; }

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

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

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

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

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

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

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

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