#13151E

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

Shades of Black Russian #13151E

Tints of Black Russian #13151E

Color information

#13151E (or 0x13151E) is unknown color: approx Black Russian. HEX triplet: 13, 15 and 1E. RGB value is (19,21,30). Sum of RGB (Red+Green+Blue) = 19+21+30=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 30 (12.11% from 255 or 42.86% from 70); Max value from RGB is 30 - color contains mainly: blue. Hex color #13151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13151E is #ECEAE1. Grayscale: #151515. Windows color (decimal): -15526626 or 1971475. OLE color: 1971475.

HSL color Cylindrical-coordinate representation of color #13151E: hue angle of 229.09º 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 #13151E is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB192130-
CMYK0.370.3000.88
HSL229.09º22.45%9.61%-
HSV(B)229.09º36.67%11.76%-
XYZ0.770.771.34-
YUV21.43132.84126.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.14%
GREEN value IS 21 (8.59% from 255) = 30%
BLUE value IS 30 (12.11% from 255) = 42.86%
R=27.14%
G=30%
B=42.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1921300.370.3000.88229.0922.459.61
Hex13151E251E058e516a
Octal232536453601303452612
Binary100111010111110100101111100101100011100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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