Shades of Black Russian #13182D
Tints of Black Russian #13182D
RGB
CMYK
RGB Variations
Color information
#13182D (or 0x13182D) is known color: Black Russian. HEX triplet: 13, 18 and 2D. RGB value is (19,24,45). Sum of RGB (Red+Green+Blue) = 19+24+45=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #13182D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13182D is #ECE7D2. Grayscale: #181818. Windows color (decimal): -15525843 or 2955283. OLE color: 2955283.
HSL color Cylindrical-coordinate representation of color #13182D: hue angle of 228.46º 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 #13182D is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 24 | 45 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.82 |
| HSL | 228.46º | 0.41% | 0.13% | - |
| HSV(B) | 228.46º | 0.58% | 0.18% | - |
| XYZ | 1.07 | 0.98 | 2.62 | - |
| YUV | 24.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 45 | 0.58 | 0.47 | 0 | 0.82 | 228.46 | 0.41 | 0.13 |
| Hex | 13 | 18 | 2D | 3A | 2F | 0 | 52 | E4 | 29 | D |
| Octal | 23 | 30 | 55 | 72 | 57 | 0 | 122 | 344 | 51 | 15 |
| Binary | 10011 | 11000 | 101101 | 111010 | 101111 | 0 | 1010010 | 11100100 | 101001 | 1101 |
Color Harmonies of #13182D
Complementary color
Monochromatic Colors of #13182D
Black with #13182D
Text Example
Text Example
White with #13182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13182D; }
p { color: rgb(19,24,45); }
H1.HeaderClassName
{
color: #13182D;
}
.AnyTagClassName
{
color: #13182D;
}
</style>
background-color css
<style>
a { background-color: #13182D; }
a { background-color: rgb(19,24,45); }
div.DivClassName
{
background-color: #13182D;
}
.BgClassName
{
background-color: #13182D;
}
</style>
border-color css
<style>
span { border-color: #13182D; }
span { border-color: rgb(19,24,45); }
td.TdClassName
{
border-color: #13182D;
}
.TagClassName
{
border-color: #13182D;
}
</style>