#13141A

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

Shades of Black Russian #13141A

Tints of Black Russian #13141A

Color information

#13141A (or 0x13141A) is unknown color: approx Black Russian. HEX triplet: 13, 14 and 1A. RGB value is (19,20,26). Sum of RGB (Red+Green+Blue) = 19+20+26=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 26 - color contains mainly: blue. Hex color #13141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13141A is #ECEBE5. Grayscale: #141414. Windows color (decimal): -15526886 or 1709075. OLE color: 1709075.

HSL color Cylindrical-coordinate representation of color #13141A: hue angle of 231.43º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #13141A is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB192026-
CMYK0.270.2300.90
HSL231.43º15.56%8.82%-
HSV(B)231.43º26.92%10.2%-
XYZ0.710.711.08-
YUV20.38131.17127.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.23%
GREEN value IS 20 (8.20% from 255) = 30.77%
BLUE value IS 26 (10.55% from 255) = 40%
R=29.23%
G=30.77%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1920260.270.2300.90231.4315.568.82
Hex13141A1B1705Ae7109
Octal232432332701323472011
Binary10011101001101011011101110101101011100111100001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13141A; }

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

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

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

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

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

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

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

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