#13172D

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

Shades of Black Russian #13172D

Tints of Black Russian #13172D

Color information

#13172D (or 0x13172D) is unknown color: approx Black Russian. HEX triplet: 13, 17 and 2D. RGB value is (19,23,45). Sum of RGB (Red+Green+Blue) = 19+23+45=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 45 (17.97% from 255 or 51.72% from 87); Max value from RGB is 45 - color contains mainly: blue. Hex color #13172D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13172D is #ECE8D2. Grayscale: #181818. Windows color (decimal): -15526099 or 2955027. OLE color: 2955027.

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

Color convert

RGB192345-
CMYK0.580.4900.82
HSL230.77º40.62%12.55%-
HSV(B)230.77º57.78%17.65%-
XYZ1.050.942.61-
YUV24.31139.67124.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 23 (9.38% from 255) = 26.44%
BLUE value IS 45 (17.97% from 255) = 51.72%
R=21.84%
G=26.44%
B=51.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1923450.580.4900.82230.7740.6212.55
Hex13172D3A31052e729d
Octal232755726101223475115
Binary100111011110110111101011000101010010111001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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