Shades of Blackcurrant #13062A
Tints of Blackcurrant #13062A
RGB
CMYK
RGB Variations
Color information
#13062A (or 0x13062A) is known color: Blackcurrant. HEX triplet: 13, 06 and 2A. RGB value is (19,6,42). Sum of RGB (Red+Green+Blue) = 19+6+42=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 6 (2.73% from 255 or 8.96% from 67); Blue value is 42 (16.80% from 255 or 62.69% from 67); Max value from RGB is 42 - color contains mainly: blue. Hex color #13062A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13062A is #ECF9D5. Grayscale: #0D0D0D. Windows color (decimal): -15530454 or 2754067. OLE color: 2754067.
HSL color Cylindrical-coordinate representation of color #13062A: hue angle of 261.67º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13062A is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 6 | 42 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.84 |
| HSL | 261.67º | 0.75% | 0.09% | - |
| HSV(B) | 261.67º | 0.86% | 0.16% | - |
| XYZ | 0.75 | 0.44 | 2.24 | - |
| YUV | 13.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 42 | 0.55 | 0.86 | 0 | 0.84 | 261.67 | 0.75 | 0.09 |
| Hex | 13 | 6 | 2A | 37 | 56 | 0 | 54 | 106 | 4B | 9 |
| Octal | 23 | 6 | 52 | 67 | 126 | 0 | 124 | 406 | 113 | 11 |
| Binary | 10011 | 110 | 101010 | 110111 | 1010110 | 0 | 1010100 | 100000110 | 1001011 | 1001 |
Color Harmonies of #13062A
Complementary color
Monochromatic Colors of #13062A
Black with #13062A
Text Example
Text Example
White with #13062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13062A; }
p { color: rgb(19,6,42); }
H1.HeaderClassName
{
color: #13062A;
}
.AnyTagClassName
{
color: #13062A;
}
</style>
background-color css
<style>
a { background-color: #13062A; }
a { background-color: rgb(19,6,42); }
div.DivClassName
{
background-color: #13062A;
}
.BgClassName
{
background-color: #13062A;
}
</style>
border-color css
<style>
span { border-color: #13062A; }
span { border-color: rgb(19,6,42); }
td.TdClassName
{
border-color: #13062A;
}
.TagClassName
{
border-color: #13062A;
}
</style>