#161830

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

Shades of Black Russian #161830

Tints of Black Russian #161830

Color information

#161830 (or 0x161830) is unknown color: approx Black Russian. HEX triplet: 16, 18 and 30. RGB value is (22,24,48). Sum of RGB (Red+Green+Blue) = 22+24+48=94 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.40% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #161830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161830 is #E9E7CF. Grayscale: #1A1A1A. Windows color (decimal): -15329232 or 3151894. OLE color: 3151894.

HSL color Cylindrical-coordinate representation of color #161830: hue angle of 235.38º 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 #161830 is Cyan = 0.54, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB222448-
CMYK0.540.500.81
HSL235.38º37.14%13.73%-
HSV(B)235.38º54.17%18.82%-
XYZ1.191.042.93-
YUV26.14140.34125.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 23.40%
GREEN value IS 24 (9.77% from 255) = 25.53%
BLUE value IS 48 (19.14% from 255) = 51.06%
R=23.40%
G=25.53%
B=51.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2224480.540.500.81235.3837.1413.73
Hex1618303632051eb25e
Octal263060666201213534516
Binary101101100011000011011011001001010001111010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161830; }

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

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

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

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

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

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

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

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