#131035

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

Shades of Black Russian #131035

Tints of Black Russian #131035

Color information

#131035 (or 0x131035) is unknown color: approx Black Russian. HEX triplet: 13, 10 and 35. RGB value is (19,16,53). Sum of RGB (Red+Green+Blue) = 19+16+53=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 53 (21.09% from 255 or 60.23% from 88); Max value from RGB is 53 - color contains mainly: blue. Hex color #131035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131035 is #ECEFCA. Grayscale: #141414. Windows color (decimal): -15527883 or 3477523. OLE color: 3477523.

HSL color Cylindrical-coordinate representation of color #131035: hue angle of 244.86º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #131035 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB191653-
CMYK0.640.7000.79
HSL244.86º53.62%13.53%-
HSV(B)244.86º69.81%20.78%-
XYZ1.10.773.46-
YUV21.12145.99126.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.59%
GREEN value IS 16 (6.64% from 255) = 18.18%
BLUE value IS 53 (21.09% from 255) = 60.23%
R=21.59%
G=18.18%
B=60.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1916530.640.7000.79244.8653.6213.53
Hex131035404604Ff536e
Octal23206510010601173656616
Binary10011100001101011000000100011001001111111101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131035; }

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

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

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

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

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

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

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

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