#13171E

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

Shades of Black Russian #13171E

Tints of Black Russian #13171E

Color information

#13171E (or 0x13171E) is unknown color: approx Black Russian. HEX triplet: 13, 17 and 1E. RGB value is (19,23,30). Sum of RGB (Red+Green+Blue) = 19+23+30=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 23 (9.38% from 255 or 31.94% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 30 - color contains mainly: blue. Hex color #13171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13171E is #ECE8E1. Grayscale: #161616. Windows color (decimal): -15526114 or 1971987. OLE color: 1971987.

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

Color convert

RGB192330-
CMYK0.370.2300.88
HSL218.18º22.45%9.61%-
HSV(B)218.18º36.67%11.76%-
XYZ0.810.841.35-
YUV22.6132.17125.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.39%
GREEN value IS 23 (9.38% from 255) = 31.94%
BLUE value IS 30 (12.11% from 255) = 41.67%
R=26.39%
G=31.94%
B=41.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1923300.370.2300.88218.1822.459.61
Hex13171E2517058da16a
Octal232736452701303322612
Binary100111011111110100101101110101100011011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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