#13131A

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

Shades of Black Russian #13131A

Tints of Black Russian #13131A

Color information

#13131A (or 0x13131A) is unknown color: approx Black Russian. HEX triplet: 13, 13 and 1A. RGB value is (19,19,26). Sum of RGB (Red+Green+Blue) = 19+19+26=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 26 - color contains mainly: blue. Hex color #13131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13131A is #ECECE5. Grayscale: #131313. Windows color (decimal): -15527142 or 1708819. OLE color: 1708819.

HSL color Cylindrical-coordinate representation of color #13131A: hue angle of 240º 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 #13131A is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB191926-
CMYK0.270.2700.90
HSL240º15.56%8.82%-
HSV(B)240º26.92%10.2%-
XYZ0.690.681.07-
YUV19.8131.5127.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.69%
GREEN value IS 19 (7.81% from 255) = 29.69%
BLUE value IS 26 (10.55% from 255) = 40.62%
R=29.69%
G=29.69%
B=40.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1919260.270.2700.9024015.568.82
Hex13131A1B1B05Af0109
Octal232332333301323602011
Binary10011100111101011011110110101101011110000100001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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