#13162E

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

Shades of Black Russian #13162E

Tints of Black Russian #13162E

Color information

#13162E (or 0x13162E) is unknown color: approx Black Russian. HEX triplet: 13, 16 and 2E. RGB value is (19,22,46). Sum of RGB (Red+Green+Blue) = 19+22+46=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 46 (18.36% from 255 or 52.87% from 87); Max value from RGB is 46 - color contains mainly: blue. Hex color #13162E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13162E is #ECE9D1. Grayscale: #171717. Windows color (decimal): -15526354 or 3020307. OLE color: 3020307.

HSL color Cylindrical-coordinate representation of color #13162E: hue angle of 233.33º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #13162E is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB192246-
CMYK0.590.5200.82
HSL233.33º41.54%12.75%-
HSV(B)233.33º58.7%18.04%-
XYZ1.050.912.71-
YUV23.84140.51124.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 22 (8.98% from 255) = 25.29%
BLUE value IS 46 (18.36% from 255) = 52.87%
R=21.84%
G=25.29%
B=52.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1922460.590.5200.82233.3341.5412.75
Hex13162E3B34052e92ad
Octal232656736401223515215
Binary100111011010111011101111010001010010111010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13162E; }

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

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

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

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

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

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

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

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