#13131C

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

Shades of Black Russian #13131C

Tints of Black Russian #13131C

Color information

#13131C (or 0x13131C) is unknown color: approx Black Russian. HEX triplet: 13, 13 and 1C. RGB value is (19,19,28). Sum of RGB (Red+Green+Blue) = 19+19+28=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 28 - color contains mainly: blue. Hex color #13131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13131C is #ECECE3. Grayscale: #131313. Windows color (decimal): -15527140 or 1839891. OLE color: 1839891.

HSL color Cylindrical-coordinate representation of color #13131C: hue angle of 240º 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 #13131C is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB191928-
CMYK0.320.3200.89
HSL240º19.15%9.22%-
HSV(B)240º32.14%10.98%-
XYZ0.710.691.19-
YUV20.03132.5127.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.79%
GREEN value IS 19 (7.81% from 255) = 28.79%
BLUE value IS 28 (11.33% from 255) = 42.42%
R=28.79%
G=28.79%
B=42.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1919280.320.3200.8924019.159.22
Hex13131C2020059f0139
Octal232334404001313602311
Binary1001110011111001000001000000101100111110000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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