#13112A

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

Shades of Black Russian #13112A

Tints of Black Russian #13112A

Color information

#13112A (or 0x13112A) is unknown color: approx Black Russian. HEX triplet: 13, 11 and 2A. RGB value is (19,17,42). Sum of RGB (Red+Green+Blue) = 19+17+42=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #13112A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13112A is #ECEED5. Grayscale: #141414. Windows color (decimal): -15527638 or 2756883. OLE color: 2756883.

HSL color Cylindrical-coordinate representation of color #13112A: hue angle of 244.8º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #13112A is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB191742-
CMYK0.550.6000.84
HSL244.8º42.37%11.57%-
HSV(B)244.8º59.52%16.47%-
XYZ0.890.712.28-
YUV20.45140.16126.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 17 (7.03% from 255) = 21.79%
BLUE value IS 42 (16.80% from 255) = 53.85%
R=24.36%
G=21.79%
B=53.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1917420.550.6000.84244.842.3711.57
Hex13112A373C054f52ac
Octal232152677401243655214
Binary100111000110101011011111110001010100111101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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