#13151C

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

Shades of Black Russian #13151C

Tints of Black Russian #13151C

Color information

#13151C (or 0x13151C) is unknown color: approx Black Russian. HEX triplet: 13, 15 and 1C. RGB value is (19,21,28). Sum of RGB (Red+Green+Blue) = 19+21+28=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 28 - color contains mainly: blue. Hex color #13151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13151C is #ECEAE3. Grayscale: #151515. Windows color (decimal): -15526628 or 1840403. OLE color: 1840403.

HSL color Cylindrical-coordinate representation of color #13151C: hue angle of 226.67º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #13151C is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB192128-
CMYK0.320.2500.89
HSL226.67º19.15%9.22%-
HSV(B)226.67º32.14%10.98%-
XYZ0.750.761.21-
YUV21.2131.84126.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.94%
GREEN value IS 21 (8.59% from 255) = 30.88%
BLUE value IS 28 (11.33% from 255) = 41.18%
R=27.94%
G=30.88%
B=41.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1921280.320.2500.89226.6719.159.22
Hex13151C2019059e3139
Octal232534403101313432311
Binary100111010111100100000110010101100111100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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