#131033

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

Shades of Black Russian #131033

Tints of Black Russian #131033

Color information

#131033 (or 0x131033) is unknown color: approx Black Russian. HEX triplet: 13, 10 and 33. RGB value is (19,16,51). Sum of RGB (Red+Green+Blue) = 19+16+51=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 51 (20.31% from 255 or 59.30% from 86); Max value from RGB is 51 - color contains mainly: blue. Hex color #131033 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131033 is #ECEFCC. Grayscale: #141414. Windows color (decimal): -15527885 or 3346451. OLE color: 3346451.

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

Color convert

RGB191651-
CMYK0.630.6900.8
HSL245.14º52.24%13.14%-
HSV(B)245.14º68.63%20%-
XYZ1.050.753.22-
YUV20.89144.99126.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 16 (6.64% from 255) = 18.60%
BLUE value IS 51 (20.31% from 255) = 59.30%
R=22.09%
G=18.60%
B=59.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1916510.630.6900.8245.1452.2413.14
Hex1310333F45050f534d
Octal2320637710501203656415
Binary1001110000110011111111100010101010000111101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131033; }

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

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

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

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

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

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

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

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