#13112E

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

Shades of Black Russian #13112E

Tints of Black Russian #13112E

Color information

#13112E (or 0x13112E) is unknown color: approx Black Russian. HEX triplet: 13, 11 and 2E. RGB value is (19,17,46). Sum of RGB (Red+Green+Blue) = 19+17+46=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #13112E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13112E is #ECEED1. Grayscale: #141414. Windows color (decimal): -15527634 or 3019027. OLE color: 3019027.

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

Color convert

RGB191746-
CMYK0.590.6300.82
HSL244.14º46.03%12.35%-
HSV(B)244.14º63.04%18.04%-
XYZ0.960.742.68-
YUV20.9142.16126.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 17 (7.03% from 255) = 20.73%
BLUE value IS 46 (18.36% from 255) = 56.10%
R=23.17%
G=20.73%
B=56.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1917460.590.6300.82244.1446.0312.35
Hex13112E3B3F052f42ec
Octal232156737701223645614
Binary100111000110111011101111111101010010111101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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