Shades of Blackcurrant #130824
Tints of Blackcurrant #130824
RGB
CMYK
RGB Variations
Color information
#130824 (or 0x130824) is known color: Blackcurrant. HEX triplet: 13, 08 and 24. RGB value is (19,8,36). Sum of RGB (Red+Green+Blue) = 19+8+36=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 36 (14.45% from 255 or 57.14% from 63); Max value from RGB is 36 - color contains mainly: blue. Hex color #130824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130824 is #ECF7DB. Grayscale: #0E0E0E. Windows color (decimal): -15529948 or 2361363. OLE color: 2361363.
HSL color Cylindrical-coordinate representation of color #130824: hue angle of 263.57º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #130824 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 8 | 36 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.86 |
| HSL | 263.57º | 0.64% | 0.09% | - |
| HSV(B) | 263.57º | 0.78% | 0.14% | - |
| XYZ | 0.67 | 0.44 | 1.72 | - |
| YUV | 14.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 36 | 0.47 | 0.78 | 0 | 0.86 | 263.57 | 0.64 | 0.09 |
| Hex | 13 | 8 | 24 | 2F | 4E | 0 | 56 | 108 | 40 | 9 |
| Octal | 23 | 10 | 44 | 57 | 116 | 0 | 126 | 410 | 100 | 11 |
| Binary | 10011 | 1000 | 100100 | 101111 | 1001110 | 0 | 1010110 | 100001000 | 1000000 | 1001 |
Color Harmonies of #130824
Complementary color
Monochromatic Colors of #130824
Black with #130824
Text Example
Text Example
White with #130824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130824; }
p { color: rgb(19,8,36); }
H1.HeaderClassName
{
color: #130824;
}
.AnyTagClassName
{
color: #130824;
}
</style>
background-color css
<style>
a { background-color: #130824; }
a { background-color: rgb(19,8,36); }
div.DivClassName
{
background-color: #130824;
}
.BgClassName
{
background-color: #130824;
}
</style>
border-color css
<style>
span { border-color: #130824; }
span { border-color: rgb(19,8,36); }
td.TdClassName
{
border-color: #130824;
}
.TagClassName
{
border-color: #130824;
}
</style>