#131130

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

Shades of Black Russian #131130

Tints of Black Russian #131130

Color information

#131130 (or 0x131130) is unknown color: approx Black Russian. HEX triplet: 13, 11 and 30. RGB value is (19,17,48). Sum of RGB (Red+Green+Blue) = 19+17+48=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 48 (19.14% from 255 or 57.14% from 84); Max value from RGB is 48 - color contains mainly: blue. Hex color #131130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131130 is #ECEECF. Grayscale: #151515. Windows color (decimal): -15527632 or 3150099. OLE color: 3150099.

HSL color Cylindrical-coordinate representation of color #131130: hue angle of 243.87º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #131130 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB191748-
CMYK0.600.6500.81
HSL243.87º47.69%12.75%-
HSV(B)243.87º64.58%18.82%-
XYZ10.752.89-
YUV21.13143.16126.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 17 (7.03% from 255) = 20.24%
BLUE value IS 48 (19.14% from 255) = 57.14%
R=22.62%
G=20.24%
B=57.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1917480.600.6500.81243.8747.6912.75
Hex1311303C41051f430d
Octal2321607410101213646015
Binary1001110001110000111100100000101010001111101001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131130; }

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

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

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

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

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

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

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

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