#131332

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

Shades of Black Russian #131332

Tints of Black Russian #131332

Color information

#131332 (or 0x131332) is unknown color: approx Black Russian. HEX triplet: 13, 13 and 32. RGB value is (19,19,50). Sum of RGB (Red+Green+Blue) = 19+19+50=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #131332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131332 is #ECECCD. Grayscale: #161616. Windows color (decimal): -15527118 or 3281683. OLE color: 3281683.

HSL color Cylindrical-coordinate representation of color #131332: hue angle of 240º 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 #131332 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB191950-
CMYK0.620.6200.80
HSL240º44.93%13.53%-
HSV(B)240º62%19.61%-
XYZ1.080.833.12-
YUV22.53143.5125.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.59%
GREEN value IS 19 (7.81% from 255) = 21.59%
BLUE value IS 50 (19.92% from 255) = 56.82%
R=21.59%
G=21.59%
B=56.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1919500.620.6200.8024044.9313.53
Hex1313323E3E050f02de
Octal232362767601203605516
Binary100111001111001011111011111001010000111100001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131332; }

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

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

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

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

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

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

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

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