#13131E

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

Shades of Black Russian #13131E

Tints of Black Russian #13131E

Color information

#13131E (or 0x13131E) is unknown color: approx Black Russian. HEX triplet: 13, 13 and 1E. RGB value is (19,19,30). Sum of RGB (Red+Green+Blue) = 19+19+30=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 30 - color contains mainly: blue. Hex color #13131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13131E is #ECECE1. Grayscale: #141414. Windows color (decimal): -15527138 or 1970963. OLE color: 1970963.

HSL color Cylindrical-coordinate representation of color #13131E: hue angle of 240º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #13131E is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB191930-
CMYK0.370.3700.88
HSL240º22.45%9.61%-
HSV(B)240º36.67%11.76%-
XYZ0.740.71.32-
YUV20.25133.5127.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.94%
GREEN value IS 19 (7.81% from 255) = 27.94%
BLUE value IS 30 (12.11% from 255) = 44.12%
R=27.94%
G=27.94%
B=44.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1919300.370.3700.8824022.459.61
Hex13131E2525058f016a
Octal232336454501303602612
Binary1001110011111101001011001010101100011110000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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