#131032

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

Shades of Black Russian #131032

Tints of Black Russian #131032

Color information

#131032 (or 0x131032) is unknown color: approx Black Russian. HEX triplet: 13, 10 and 32. RGB value is (19,16,50). Sum of RGB (Red+Green+Blue) = 19+16+50=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 50 (19.92% from 255 or 58.82% from 85); Max value from RGB is 50 - color contains mainly: blue. Hex color #131032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131032 is #ECEFCD. Grayscale: #141414. Windows color (decimal): -15527886 or 3280915. OLE color: 3280915.

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

Color convert

RGB191650-
CMYK0.620.6800.80
HSL245.29º51.52%12.94%-
HSV(B)245.29º68%19.61%-
XYZ1.030.743.11-
YUV20.77144.49126.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.35%
GREEN value IS 16 (6.64% from 255) = 18.82%
BLUE value IS 50 (19.92% from 255) = 58.82%
R=22.35%
G=18.82%
B=58.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1916500.620.6800.80245.2951.5212.94
Hex1310323E44050f534d
Octal2320627610401203656415
Binary1001110000110010111110100010001010000111101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131032; }

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

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

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

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

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

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

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

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