Shades of Blackcurrant #130727
Tints of Blackcurrant #130727
RGB
CMYK
RGB Variations
Color information
#130727 (or 0x130727) is known color: Blackcurrant. HEX triplet: 13, 07 and 27. RGB value is (19,7,39). Sum of RGB (Red+Green+Blue) = 19+7+39=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 39 (15.62% from 255 or 60% from 65); Max value from RGB is 39 - color contains mainly: blue. Hex color #130727 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130727 is #ECF8D8. Grayscale: #0E0E0E. Windows color (decimal): -15530201 or 2557715. OLE color: 2557715.
HSL color Cylindrical-coordinate representation of color #130727: hue angle of 262.5º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #130727 is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 7 | 39 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.85 |
| HSL | 262.5º | 0.7% | 0.09% | - |
| HSV(B) | 262.5º | 0.82% | 0.15% | - |
| XYZ | 0.71 | 0.44 | 1.97 | - |
| YUV | 14.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 39 | 0.51 | 0.82 | 0 | 0.85 | 262.5 | 0.7 | 0.09 |
| Hex | 13 | 7 | 27 | 33 | 52 | 0 | 55 | 106 | 46 | 9 |
| Octal | 23 | 7 | 47 | 63 | 122 | 0 | 125 | 406 | 106 | 11 |
| Binary | 10011 | 111 | 100111 | 110011 | 1010010 | 0 | 1010101 | 100000110 | 1000110 | 1001 |
Color Harmonies of #130727
Complementary color
Monochromatic Colors of #130727
Black with #130727
Text Example
Text Example
White with #130727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130727; }
p { color: rgb(19,7,39); }
H1.HeaderClassName
{
color: #130727;
}
.AnyTagClassName
{
color: #130727;
}
</style>
background-color css
<style>
a { background-color: #130727; }
a { background-color: rgb(19,7,39); }
div.DivClassName
{
background-color: #130727;
}
.BgClassName
{
background-color: #130727;
}
</style>
border-color css
<style>
span { border-color: #130727; }
span { border-color: rgb(19,7,39); }
td.TdClassName
{
border-color: #130727;
}
.TagClassName
{
border-color: #130727;
}
</style>