#13151D

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

Shades of Black Russian #13151D

Tints of Black Russian #13151D

Color information

#13151D (or 0x13151D) is unknown color: approx Black Russian. HEX triplet: 13, 15 and 1D. RGB value is (19,21,29). Sum of RGB (Red+Green+Blue) = 19+21+29=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 29 - color contains mainly: blue. Hex color #13151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13151D is #ECEAE2. Grayscale: #151515. Windows color (decimal): -15526627 or 1905939. OLE color: 1905939.

HSL color Cylindrical-coordinate representation of color #13151D: hue angle of 228º 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 #13151D is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB192129-
CMYK0.340.2800.89
HSL228º20.83%9.41%-
HSV(B)228º34.48%11.37%-
XYZ0.760.761.27-
YUV21.31132.34126.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.54%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 29 (11.72% from 255) = 42.03%
R=27.54%
G=30.43%
B=42.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1921290.340.2800.8922820.839.41
Hex13151D221C059e4159
Octal232535423401313442511
Binary100111010111101100010111000101100111100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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