#13171F

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

Shades of Black Russian #13171F

Tints of Black Russian #13171F

Color information

#13171F (or 0x13171F) is unknown color: approx Black Russian. HEX triplet: 13, 17 and 1F. RGB value is (19,23,31). Sum of RGB (Red+Green+Blue) = 19+23+31=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 31 - color contains mainly: blue. Hex color #13171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13171F is #ECE8E0. Grayscale: #161616. Windows color (decimal): -15526113 or 2037523. OLE color: 2037523.

HSL color Cylindrical-coordinate representation of color #13171F: hue angle of 220º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #13171F is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB192331-
CMYK0.390.2600.88
HSL220º24%9.8%-
HSV(B)220º38.71%12.16%-
XYZ0.820.851.42-
YUV22.72132.67125.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.03%
GREEN value IS 23 (9.38% from 255) = 31.51%
BLUE value IS 31 (12.5% from 255) = 42.47%
R=26.03%
G=31.51%
B=42.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1923310.390.2600.88220249.8
Hex13171F271A058dc18a
Octal232737473201303343012
Binary100111011111111100111110100101100011011100110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13171F; }

 p { color: rgb(19,23,31); }

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

<style>
 a { background-color: #13171F; }

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

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

<style>
 span { border-color: #13171F; }

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

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