#131132

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

Shades of Black Russian #131132

Tints of Black Russian #131132

Color information

#131132 (or 0x131132) is unknown color: approx Black Russian. HEX triplet: 13, 11 and 32. RGB value is (19,17,50). Sum of RGB (Red+Green+Blue) = 19+17+50=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 50 (19.92% from 255 or 58.14% from 86); Max value from RGB is 50 - color contains mainly: blue. Hex color #131132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131132 is #ECEECD. Grayscale: #151515. Windows color (decimal): -15527630 or 3281171. OLE color: 3281171.

HSL color Cylindrical-coordinate representation of color #131132: hue angle of 243.64º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #131132 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB191750-
CMYK0.620.6600.80
HSL243.64º49.25%13.14%-
HSV(B)243.64º66%19.61%-
XYZ1.040.773.11-
YUV21.36144.16126.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 17 (7.03% from 255) = 19.77%
BLUE value IS 50 (19.92% from 255) = 58.14%
R=22.09%
G=19.77%
B=58.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1917500.620.6600.80243.6449.2513.14
Hex1311323E42050f431d
Octal2321627610201203646115
Binary1001110001110010111110100001001010000111101001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131132; }

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

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

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

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

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

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

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

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