#13112D

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

Shades of Black Russian #13112D

Tints of Black Russian #13112D

Color information

#13112D (or 0x13112D) is unknown color: approx Black Russian. HEX triplet: 13, 11 and 2D. RGB value is (19,17,45). Sum of RGB (Red+Green+Blue) = 19+17+45=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #13112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13112D is #ECEED2. Grayscale: #141414. Windows color (decimal): -15527635 or 2953491. OLE color: 2953491.

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

Color convert

RGB191745-
CMYK0.580.6200.82
HSL244.29º45.16%12.16%-
HSV(B)244.29º62.22%17.65%-
XYZ0.940.732.57-
YUV20.79141.66126.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.46%
GREEN value IS 17 (7.03% from 255) = 20.99%
BLUE value IS 45 (17.97% from 255) = 55.56%
R=23.46%
G=20.99%
B=55.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1917450.580.6200.82244.2945.1612.16
Hex13112D3A3E052f42dc
Octal232155727601223645514
Binary100111000110110111101011111001010010111101001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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