#131532

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

Shades of Black Russian #131532

Tints of Black Russian #131532

Color information

#131532 (or 0x131532) is unknown color: approx Black Russian. HEX triplet: 13, 15 and 32. RGB value is (19,21,50). Sum of RGB (Red+Green+Blue) = 19+21+50=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #131532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131532 is #ECEACD. Grayscale: #171717. Windows color (decimal): -15526606 or 3282195. OLE color: 3282195.

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

Color convert

RGB192150-
CMYK0.620.5800.80
HSL236.13º44.93%13.53%-
HSV(B)236.13º62%19.61%-
XYZ1.110.913.13-
YUV23.71142.84124.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.11%
GREEN value IS 21 (8.59% from 255) = 23.33%
BLUE value IS 50 (19.92% from 255) = 55.56%
R=21.11%
G=23.33%
B=55.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1921500.620.5800.80236.1344.9313.53
Hex1315323E3A050ec2de
Octal232562767201203545516
Binary100111010111001011111011101001010000111011001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131532; }

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

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

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

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

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

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

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

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