Shades of Blackcurrant #13032F
Tints of Blackcurrant #13032F
RGB
CMYK
RGB Variations
Color information
#13032F (or 0x13032F) is known color: Blackcurrant. HEX triplet: 13, 03 and 2F. RGB value is (19,3,47). Sum of RGB (Red+Green+Blue) = 19+3+47=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 47 (18.75% from 255 or 68.12% from 69); Max value from RGB is 47 - color contains mainly: blue. Hex color #13032F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13032F is #ECFCD0. Grayscale: #0C0C0C. Windows color (decimal): -15531217 or 3080979. OLE color: 3080979.
HSL color Cylindrical-coordinate representation of color #13032F: hue angle of 261.82º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13032F is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 3 | 47 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.82 |
| HSL | 261.82º | 0.88% | 0.1% | - |
| HSV(B) | 261.82º | 0.94% | 0.18% | - |
| XYZ | 0.81 | 0.41 | 2.73 | - |
| YUV | 12.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 47 | 0.60 | 0.94 | 0 | 0.82 | 261.82 | 0.88 | 0.1 |
| Hex | 13 | 3 | 2F | 3C | 5E | 0 | 52 | 106 | 58 | A |
| Octal | 23 | 3 | 57 | 74 | 136 | 0 | 122 | 406 | 130 | 12 |
| Binary | 10011 | 11 | 101111 | 111100 | 1011110 | 0 | 1010010 | 100000110 | 1011000 | 1010 |
Color Harmonies of #13032F
Complementary color
Monochromatic Colors of #13032F
Black with #13032F
Text Example
Text Example
White with #13032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13032F; }
p { color: rgb(19,3,47); }
H1.HeaderClassName
{
color: #13032F;
}
.AnyTagClassName
{
color: #13032F;
}
</style>
background-color css
<style>
a { background-color: #13032F; }
a { background-color: rgb(19,3,47); }
div.DivClassName
{
background-color: #13032F;
}
.BgClassName
{
background-color: #13032F;
}
</style>
border-color css
<style>
span { border-color: #13032F; }
span { border-color: rgb(19,3,47); }
td.TdClassName
{
border-color: #13032F;
}
.TagClassName
{
border-color: #13032F;
}
</style>