Shades of Blackcurrant #13021F
Tints of Blackcurrant #13021F
RGB
CMYK
RGB Variations
Color information
#13021F (or 0x13021F) is known color: Blackcurrant. HEX triplet: 13, 02 and 1F. RGB value is (19,2,31). Sum of RGB (Red+Green+Blue) = 19+2+31=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #13021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13021F is #ECFDE0. Grayscale: #0A0A0A. Windows color (decimal): -15531489 or 2032147. OLE color: 2032147.
HSL color Cylindrical-coordinate representation of color #13021F: hue angle of 275.17º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13021F is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 2 | 31 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.88 |
| HSL | 275.17º | 0.88% | 0.06% | - |
| HSV(B) | 275.17º | 0.94% | 0.12% | - |
| XYZ | 0.54 | 0.28 | 1.32 | - |
| YUV | 10.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 31 | 0.39 | 0.94 | 0 | 0.88 | 275.17 | 0.88 | 0.06 |
| Hex | 13 | 2 | 1F | 27 | 5E | 0 | 58 | 113 | 58 | 6 |
| Octal | 23 | 2 | 37 | 47 | 136 | 0 | 130 | 423 | 130 | 6 |
| Binary | 10011 | 10 | 11111 | 100111 | 1011110 | 0 | 1011000 | 100010011 | 1011000 | 110 |
Color Harmonies of #13021F
Complementary color
Monochromatic Colors of #13021F
Black with #13021F
Text Example
Text Example
White with #13021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13021F; }
p { color: rgb(19,2,31); }
H1.HeaderClassName
{
color: #13021F;
}
.AnyTagClassName
{
color: #13021F;
}
</style>
background-color css
<style>
a { background-color: #13021F; }
a { background-color: rgb(19,2,31); }
div.DivClassName
{
background-color: #13021F;
}
.BgClassName
{
background-color: #13021F;
}
</style>
border-color css
<style>
span { border-color: #13021F; }
span { border-color: rgb(19,2,31); }
td.TdClassName
{
border-color: #13021F;
}
.TagClassName
{
border-color: #13021F;
}
</style>