#13172E

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

Shades of Black Russian #13172E

Tints of Black Russian #13172E

Color information

#13172E (or 0x13172E) is unknown color: approx Black Russian. HEX triplet: 13, 17 and 2E. RGB value is (19,23,46). Sum of RGB (Red+Green+Blue) = 19+23+46=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 46 (18.36% from 255 or 52.27% from 88); Max value from RGB is 46 - color contains mainly: blue. Hex color #13172E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13172E is #ECE8D1. Grayscale: #181818. Windows color (decimal): -15526098 or 3020563. OLE color: 3020563.

HSL color Cylindrical-coordinate representation of color #13172E: hue angle of 231.11º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #13172E is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB192346-
CMYK0.590.5000.82
HSL231.11º41.54%12.75%-
HSV(B)231.11º58.7%18.04%-
XYZ1.070.952.71-
YUV24.43140.17124.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.59%
GREEN value IS 23 (9.38% from 255) = 26.14%
BLUE value IS 46 (18.36% from 255) = 52.27%
R=21.59%
G=26.14%
B=52.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1923460.590.5000.82231.1141.5412.75
Hex13172E3B32052e72ad
Octal232756736201223475215
Binary100111011110111011101111001001010010111001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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