Shades of Blackcurrant #130827
Tints of Blackcurrant #130827
RGB
CMYK
RGB Variations
Color information
#130827 (or 0x130827) is known color: Blackcurrant. HEX triplet: 13, 08 and 27. RGB value is (19,8,39). Sum of RGB (Red+Green+Blue) = 19+8+39=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 39 (15.62% from 255 or 59.09% from 66); Max value from RGB is 39 - color contains mainly: blue. Hex color #130827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130827 is #ECF7D8. Grayscale: #0E0E0E. Windows color (decimal): -15529945 or 2557971. OLE color: 2557971.
HSL color Cylindrical-coordinate representation of color #130827: hue angle of 261.29º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #130827 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 8 | 39 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.85 |
| HSL | 261.29º | 0.66% | 0.09% | - |
| HSV(B) | 261.29º | 0.79% | 0.15% | - |
| XYZ | 0.72 | 0.46 | 1.97 | - |
| YUV | 14.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 39 | 0.51 | 0.79 | 0 | 0.85 | 261.29 | 0.66 | 0.09 |
| Hex | 13 | 8 | 27 | 33 | 4F | 0 | 55 | 105 | 42 | 9 |
| Octal | 23 | 10 | 47 | 63 | 117 | 0 | 125 | 405 | 102 | 11 |
| Binary | 10011 | 1000 | 100111 | 110011 | 1001111 | 0 | 1010101 | 100000101 | 1000010 | 1001 |
Color Harmonies of #130827
Complementary color
Monochromatic Colors of #130827
Black with #130827
Text Example
Text Example
White with #130827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130827; }
p { color: rgb(19,8,39); }
H1.HeaderClassName
{
color: #130827;
}
.AnyTagClassName
{
color: #130827;
}
</style>
background-color css
<style>
a { background-color: #130827; }
a { background-color: rgb(19,8,39); }
div.DivClassName
{
background-color: #130827;
}
.BgClassName
{
background-color: #130827;
}
</style>
border-color css
<style>
span { border-color: #130827; }
span { border-color: rgb(19,8,39); }
td.TdClassName
{
border-color: #130827;
}
.TagClassName
{
border-color: #130827;
}
</style>