Shades of Blackcurrant #13051B
Tints of Blackcurrant #13051B
RGB
CMYK
RGB Variations
Color information
#13051B (or 0x13051B) is known color: Blackcurrant. HEX triplet: 13, 05 and 1B. RGB value is (19,5,27). Sum of RGB (Red+Green+Blue) = 19+5+27=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #13051B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13051B is #ECFAE4. Grayscale: #0B0B0B. Windows color (decimal): -15530725 or 1770771. OLE color: 1770771.
HSL color Cylindrical-coordinate representation of color #13051B: hue angle of 278.18º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13051B is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 5 | 27 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.89 |
| HSL | 278.18º | 0.69% | 0.06% | - |
| HSV(B) | 278.18º | 0.81% | 0.11% | - |
| XYZ | 0.52 | 0.33 | 1.07 | - |
| YUV | 11.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 27 | 0.30 | 0.81 | 0 | 0.89 | 278.18 | 0.69 | 0.06 |
| Hex | 13 | 5 | 1B | 1E | 51 | 0 | 59 | 116 | 45 | 6 |
| Octal | 23 | 5 | 33 | 36 | 121 | 0 | 131 | 426 | 105 | 6 |
| Binary | 10011 | 101 | 11011 | 11110 | 1010001 | 0 | 1011001 | 100010110 | 1000101 | 110 |
Color Harmonies of #13051B
Complementary color
Monochromatic Colors of #13051B
Black with #13051B
Text Example
Text Example
White with #13051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13051B; }
p { color: rgb(19,5,27); }
H1.HeaderClassName
{
color: #13051B;
}
.AnyTagClassName
{
color: #13051B;
}
</style>
background-color css
<style>
a { background-color: #13051B; }
a { background-color: rgb(19,5,27); }
div.DivClassName
{
background-color: #13051B;
}
.BgClassName
{
background-color: #13051B;
}
</style>
border-color css
<style>
span { border-color: #13051B; }
span { border-color: rgb(19,5,27); }
td.TdClassName
{
border-color: #13051B;
}
.TagClassName
{
border-color: #13051B;
}
</style>