#13151B

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

Shades of Black Russian #13151B

Tints of Black Russian #13151B

Color information

#13151B (or 0x13151B) is unknown color: approx Black Russian. HEX triplet: 13, 15 and 1B. RGB value is (19,21,27). Sum of RGB (Red+Green+Blue) = 19+21+27=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 27 - color contains mainly: blue. Hex color #13151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13151B is #ECEAE4. Grayscale: #151515. Windows color (decimal): -15526629 or 1774867. OLE color: 1774867.

HSL color Cylindrical-coordinate representation of color #13151B: hue angle of 225º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #13151B is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB192127-
CMYK0.300.2200.89
HSL225º17.39%9.02%-
HSV(B)225º29.63%10.59%-
XYZ0.730.751.14-
YUV21.09131.34126.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.36%
GREEN value IS 21 (8.59% from 255) = 31.34%
BLUE value IS 27 (10.94% from 255) = 40.30%
R=28.36%
G=31.34%
B=40.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1921270.300.2200.8922517.399.02
Hex13151B1E16059e1119
Octal232533362601313412111
Binary10011101011101111110101100101100111100001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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