#131632

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

Shades of Black Russian #131632

Tints of Black Russian #131632

Color information

#131632 (or 0x131632) is unknown color: approx Black Russian. HEX triplet: 13, 16 and 32. RGB value is (19,22,50). Sum of RGB (Red+Green+Blue) = 19+22+50=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 50 (19.92% from 255 or 54.95% from 91); Max value from RGB is 50 - color contains mainly: blue. Hex color #131632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131632 is #ECE9CD. Grayscale: #181818. Windows color (decimal): -15526350 or 3282451. OLE color: 3282451.

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

Color convert

RGB192250-
CMYK0.620.5600.80
HSL234.19º44.93%13.53%-
HSV(B)234.19º62%19.61%-
XYZ1.130.943.14-
YUV24.3142.51124.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 22 (8.98% from 255) = 24.18%
BLUE value IS 50 (19.92% from 255) = 54.95%
R=20.88%
G=24.18%
B=54.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1922500.620.5600.80234.1944.9313.53
Hex1316323E38050ea2de
Octal232662767001203525516
Binary100111011011001011111011100001010000111010101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131632; }

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

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

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

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

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

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

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

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