#13192E

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

Shades of Black Russian #13192E

Tints of Black Russian #13192E

Color information

#13192E (or 0x13192E) is unknown color: approx Black Russian. HEX triplet: 13, 19 and 2E. RGB value is (19,25,46). Sum of RGB (Red+Green+Blue) = 19+25+46=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #13192E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13192E is #ECE6D1. Grayscale: #191919. Windows color (decimal): -15525586 or 3021075. OLE color: 3021075.

HSL color Cylindrical-coordinate representation of color #13192E: hue angle of 226.67º 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 #13192E is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB192546-
CMYK0.590.4600.82
HSL226.67º41.54%12.75%-
HSV(B)226.67º58.7%18.04%-
XYZ1.111.032.73-
YUV25.6139.51123.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.11%
GREEN value IS 25 (10.16% from 255) = 27.78%
BLUE value IS 46 (18.36% from 255) = 51.11%
R=21.11%
G=27.78%
B=51.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1925460.590.4600.82226.6741.5412.75
Hex13192E3B2E052e32ad
Octal233156735601223435215
Binary100111100110111011101110111001010010111000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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