#131431

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

Shades of Black Russian #131431

Tints of Black Russian #131431

Color information

#131431 (or 0x131431) is unknown color: approx Black Russian. HEX triplet: 13, 14 and 31. RGB value is (19,20,49). Sum of RGB (Red+Green+Blue) = 19+20+49=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #131431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131431 is #ECEBCE. Grayscale: #161616. Windows color (decimal): -15526863 or 3216403. OLE color: 3216403.

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

Color convert

RGB192049-
CMYK0.610.5900.81
HSL238º44.12%13.33%-
HSV(B)238º61.22%19.22%-
XYZ1.070.863.02-
YUV23.01142.67125.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.59%
GREEN value IS 20 (8.20% from 255) = 22.73%
BLUE value IS 49 (19.53% from 255) = 55.68%
R=21.59%
G=22.73%
B=55.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1920490.610.5900.8123844.1213.33
Hex1314313D3B051ee2cd
Octal232461757301213565415
Binary100111010011000111110111101101010001111011101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131431; }

 p { color: rgb(19,20,49); }

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

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

 a { background-color: rgb(19,20,49); }

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

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

 span { border-color: rgb(19,20,49); }

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