#131135

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

Shades of Black Russian #131135

Tints of Black Russian #131135

Color information

#131135 (or 0x131135) is unknown color: approx Black Russian. HEX triplet: 13, 11 and 35. RGB value is (19,17,53). Sum of RGB (Red+Green+Blue) = 19+17+53=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #131135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131135 is #ECEECA. Grayscale: #151515. Windows color (decimal): -15527627 or 3477779. OLE color: 3477779.

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

Color convert

RGB191753-
CMYK0.640.6800.79
HSL243.33º51.43%13.73%-
HSV(B)243.33º67.92%20.78%-
XYZ1.110.83.46-
YUV21.7145.66126.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.35%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 53 (21.09% from 255) = 59.55%
R=21.35%
G=19.10%
B=59.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1917530.640.6800.79243.3351.4313.73
Hex131135404404Ff333e
Octal23216510010401173636316
Binary10011100011101011000000100010001001111111100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131135; }

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

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

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

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

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

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

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

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