#13161B

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

Shades of Black Russian #13161B

Tints of Black Russian #13161B

Color information

#13161B (or 0x13161B) is unknown color: approx Black Russian. HEX triplet: 13, 16 and 1B. RGB value is (19,22,27). Sum of RGB (Red+Green+Blue) = 19+22+27=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 22 (8.98% from 255 or 32.35% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 27 - color contains mainly: blue. Hex color #13161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13161B is #ECE9E4. Grayscale: #151515. Windows color (decimal): -15526373 or 1775123. OLE color: 1775123.

HSL color Cylindrical-coordinate representation of color #13161B: hue angle of 217.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #13161B is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB192227-
CMYK0.300.1900.89
HSL217.5º17.39%9.02%-
HSV(B)217.5º29.63%10.59%-
XYZ0.750.791.15-
YUV21.67131.01126.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.94%
GREEN value IS 22 (8.98% from 255) = 32.35%
BLUE value IS 27 (10.94% from 255) = 39.71%
R=27.94%
G=32.35%
B=39.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1922270.300.1900.89217.517.399.02
Hex13161B1E13059da119
Octal232633362301313322111
Binary10011101101101111110100110101100111011010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13161B; }

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

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

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

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

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

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

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

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