#13131D

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

Shades of Black Russian #13131D

Tints of Black Russian #13131D

Color information

#13131D (or 0x13131D) is unknown color: approx Black Russian. HEX triplet: 13, 13 and 1D. RGB value is (19,19,29). Sum of RGB (Red+Green+Blue) = 19+19+29=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 29 - color contains mainly: blue. Hex color #13131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13131D is #ECECE2. Grayscale: #141414. Windows color (decimal): -15527139 or 1905427. OLE color: 1905427.

HSL color Cylindrical-coordinate representation of color #13131D: hue angle of 240º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #13131D is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB191929-
CMYK0.340.3400.89
HSL240º20.83%9.41%-
HSV(B)240º34.48%11.37%-
XYZ0.720.691.26-
YUV20.14133127.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.36%
GREEN value IS 19 (7.81% from 255) = 28.36%
BLUE value IS 29 (11.72% from 255) = 43.28%
R=28.36%
G=28.36%
B=43.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1919290.340.3400.8924020.839.41
Hex13131D2222059f0159
Octal232335424201313602511
Binary1001110011111011000101000100101100111110000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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