#13111F

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

Shades of Black Russian #13111F

Tints of Black Russian #13111F

Color information

#13111F (or 0x13111F) is unknown color: approx Black Russian. HEX triplet: 13, 11 and 1F. RGB value is (19,17,31). Sum of RGB (Red+Green+Blue) = 19+17+31=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #13111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13111F is #ECEEE0. Grayscale: #131313. Windows color (decimal): -15527649 or 2035987. OLE color: 2035987.

HSL color Cylindrical-coordinate representation of color #13111F: hue angle of 248.57º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #13111F is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB191731-
CMYK0.390.4500.88
HSL248.57º29.17%9.41%-
HSV(B)248.57º45.16%12.16%-
XYZ0.720.641.38-
YUV19.19134.66127.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.36%
GREEN value IS 17 (7.03% from 255) = 25.37%
BLUE value IS 31 (12.5% from 255) = 46.27%
R=28.36%
G=25.37%
B=46.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1917310.390.4500.88248.5729.179.41
Hex13111F272D058f91d9
Octal232137475501303713511
Binary1001110001111111001111011010101100011111001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13111F; }

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

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

<style>
 a { background-color: #13111F; }

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

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

<style>
 span { border-color: #13111F; }

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

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