Shades of Blackcurrant #13011F
Tints of Blackcurrant #13011F
RGB
CMYK
RGB Variations
Color information
#13011F (or 0x13011F) is known color: Blackcurrant. HEX triplet: 13, 01 and 1F. RGB value is (19,1,31). Sum of RGB (Red+Green+Blue) = 19+1+31=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 31 (12.5% from 255 or 60.78% from 51); Max value from RGB is 31 - color contains mainly: blue. Hex color #13011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13011F is #ECFEE0. Grayscale: #090909. Windows color (decimal): -15531745 or 2031891. OLE color: 2031891.
HSL color Cylindrical-coordinate representation of color #13011F: hue angle of 276º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13011F is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 1 | 31 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.88 |
| HSL | 276º | 0.94% | 0.06% | - |
| HSV(B) | 276º | 0.97% | 0.12% | - |
| XYZ | 0.53 | 0.26 | 1.32 | - |
| YUV | 9.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 31 | 0.39 | 0.97 | 0 | 0.88 | 276 | 0.94 | 0.06 |
| Hex | 13 | 1 | 1F | 27 | 61 | 0 | 58 | 114 | 5E | 6 |
| Octal | 23 | 1 | 37 | 47 | 141 | 0 | 130 | 424 | 136 | 6 |
| Binary | 10011 | 1 | 11111 | 100111 | 1100001 | 0 | 1011000 | 100010100 | 1011110 | 110 |
Color Harmonies of #13011F
Complementary color
Monochromatic Colors of #13011F
Black with #13011F
Text Example
Text Example
White with #13011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13011F; }
p { color: rgb(19,1,31); }
H1.HeaderClassName
{
color: #13011F;
}
.AnyTagClassName
{
color: #13011F;
}
</style>
background-color css
<style>
a { background-color: #13011F; }
a { background-color: rgb(19,1,31); }
div.DivClassName
{
background-color: #13011F;
}
.BgClassName
{
background-color: #13011F;
}
</style>
border-color css
<style>
span { border-color: #13011F; }
span { border-color: rgb(19,1,31); }
td.TdClassName
{
border-color: #13011F;
}
.TagClassName
{
border-color: #13011F;
}
</style>