#13192B

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

Shades of Black Russian #13192B

Tints of Black Russian #13192B

Color information

#13192B (or 0x13192B) is unknown color: approx Black Russian. HEX triplet: 13, 19 and 2B. RGB value is (19,25,43). Sum of RGB (Red+Green+Blue) = 19+25+43=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #13192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13192B is #ECE6D4. Grayscale: #191919. Windows color (decimal): -15525589 or 2824467. OLE color: 2824467.

HSL color Cylindrical-coordinate representation of color #13192B: hue angle of 225º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #13192B is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB192543-
CMYK0.560.4200.83
HSL225º38.71%12.16%-
HSV(B)225º55.81%16.86%-
XYZ1.051.012.42-
YUV25.26138.01123.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 25 (10.16% from 255) = 28.74%
BLUE value IS 43 (17.19% from 255) = 49.43%
R=21.84%
G=28.74%
B=49.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1925430.560.4200.8322538.7112.16
Hex13192B382A053e127c
Octal233153705201233414714
Binary100111100110101111100010101001010011111000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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