#161925

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

Shades of Black Russian #161925

Tints of Black Russian #161925

Color information

#161925 (or 0x161925) is unknown color: approx Black Russian. HEX triplet: 16, 19 and 25. RGB value is (22,25,37). Sum of RGB (Red+Green+Blue) = 22+25+37=84 (11% of max value = 765). Red value is 22 (8.98% from 255 or 26.19% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 37 - color contains mainly: blue. Hex color #161925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161925 is #E9E6DA. Grayscale: #191919. Windows color (decimal): -15328987 or 2431254. OLE color: 2431254.

HSL color Cylindrical-coordinate representation of color #161925: hue angle of 228º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #161925 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB222537-
CMYK0.410.3200.85
HSL228º25.42%11.57%-
HSV(B)228º40.54%14.51%-
XYZ1.0111.89-
YUV25.47134.51125.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 26.19%
GREEN value IS 25 (10.16% from 255) = 29.76%
BLUE value IS 37 (14.84% from 255) = 44.05%
R=26.19%
G=29.76%
B=44.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2225370.410.3200.8522825.4211.57
Hex1619252920055e419c
Octal263145514001253443114
Binary10110110011001011010011000000101010111100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161925; }

 p { color: rgb(22,25,37); }

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

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

 a { background-color: rgb(22,25,37); }

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

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

 span { border-color: rgb(22,25,37); }

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