#131419

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

Shades of Black Russian #131419

Tints of Black Russian #131419

Color information

#131419 (or 0x131419) is unknown color: approx Black Russian. HEX triplet: 13, 14 and 19. RGB value is (19,20,25). Sum of RGB (Red+Green+Blue) = 19+20+25=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 25 - color contains mainly: blue. Hex color #131419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131419 is #ECEBE6. Grayscale: #141414. Windows color (decimal): -15526887 or 1643539. OLE color: 1643539.

HSL color Cylindrical-coordinate representation of color #131419: hue angle of 230º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #131419 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB192025-
CMYK0.240.2000.90
HSL230º13.64%8.63%-
HSV(B)230º24%9.8%-
XYZ0.690.711.02-
YUV20.27130.67127.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.69%
GREEN value IS 20 (8.20% from 255) = 31.25%
BLUE value IS 25 (10.16% from 255) = 39.06%
R=29.69%
G=31.25%
B=39.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1920250.240.2000.9023013.648.63
Hex131419181405Ae6e9
Octal232431302401323461611
Binary1001110100110011100010100010110101110011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131419; }

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

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

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

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

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

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

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

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