#161427

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

Shades of Black Russian #161427

Tints of Black Russian #161427

Color information

#161427 (or 0x161427) is unknown color: approx Black Russian. HEX triplet: 16, 14 and 27. RGB value is (22,20,39). Sum of RGB (Red+Green+Blue) = 22+20+39=81 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.16% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 39 (15.62% from 255 or 48.15% from 81); Max value from RGB is 39 - color contains mainly: blue. Hex color #161427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161427 is #E9EBD8. Grayscale: #161616. Windows color (decimal): -15330265 or 2561046. OLE color: 2561046.

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

Color convert

RGB222039-
CMYK0.440.4900.85
HSL246.32º32.2%11.57%-
HSV(B)246.32º48.72%15.29%-
XYZ0.950.822.03-
YUV22.76137.16127.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 27.16%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 39 (15.62% from 255) = 48.15%
R=27.16%
G=24.69%
B=48.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2220390.440.4900.85246.3232.211.57
Hex1614272C31055f620c
Octal262447546101253664014
Binary101101010010011110110011000101010101111101101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161427; }

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

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

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

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

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

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

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

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