#131232

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

Shades of Black Russian #131232

Tints of Black Russian #131232

Color information

#131232 (or 0x131232) is unknown color: approx Black Russian. HEX triplet: 13, 12 and 32. RGB value is (19,18,50). Sum of RGB (Red+Green+Blue) = 19+18+50=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 50 (19.92% from 255 or 57.47% from 87); Max value from RGB is 50 - color contains mainly: blue. Hex color #131232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131232 is #ECEDCD. Grayscale: #151515. Windows color (decimal): -15527374 or 3281427. OLE color: 3281427.

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

Color convert

RGB191850-
CMYK0.620.6400.80
HSL241.88º47.06%13.33%-
HSV(B)241.88º64%19.61%-
XYZ1.060.83.12-
YUV21.95143.83125.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 18 (7.42% from 255) = 20.69%
BLUE value IS 50 (19.92% from 255) = 57.47%
R=21.84%
G=20.69%
B=57.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1918500.620.6400.80241.8847.0613.33
Hex1312323E40050f22fd
Octal2322627610001203625715
Binary1001110010110010111110100000001010000111100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131232; }

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

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

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

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

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

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

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

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