#13112C

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

Shades of Black Russian #13112C

Tints of Black Russian #13112C

Color information

#13112C (or 0x13112C) is unknown color: approx Black Russian. HEX triplet: 13, 11 and 2C. RGB value is (19,17,44). Sum of RGB (Red+Green+Blue) = 19+17+44=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #13112C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13112C is #ECEED3. Grayscale: #141414. Windows color (decimal): -15527636 or 2887955. OLE color: 2887955.

HSL color Cylindrical-coordinate representation of color #13112C: hue angle of 244.44º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #13112C is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB191744-
CMYK0.570.6100.83
HSL244.44º44.26%11.96%-
HSV(B)244.44º61.36%17.25%-
XYZ0.920.722.47-
YUV20.68141.16126.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 17 (7.03% from 255) = 21.25%
BLUE value IS 44 (17.58% from 255) = 55%
R=23.75%
G=21.25%
B=55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1917440.570.6100.83244.4444.2611.96
Hex13112C393D053f42cc
Octal232154717501233645414
Binary100111000110110011100111110101010011111101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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