Shades of Blackcurrant #130629
Tints of Blackcurrant #130629
RGB
CMYK
RGB Variations
Color information
#130629 (or 0x130629) is known color: Blackcurrant. HEX triplet: 13, 06 and 29. RGB value is (19,6,41). Sum of RGB (Red+Green+Blue) = 19+6+41=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 41 (16.41% from 255 or 62.12% from 66); Max value from RGB is 41 - color contains mainly: blue. Hex color #130629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130629 is #ECF9D6. Grayscale: #0D0D0D. Windows color (decimal): -15530455 or 2688531. OLE color: 2688531.
HSL color Cylindrical-coordinate representation of color #130629: hue angle of 262.29º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #130629 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 6 | 41 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.84 |
| HSL | 262.29º | 0.74% | 0.09% | - |
| HSV(B) | 262.29º | 0.85% | 0.16% | - |
| XYZ | 0.73 | 0.43 | 2.14 | - |
| YUV | 13.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 41 | 0.54 | 0.85 | 0 | 0.84 | 262.29 | 0.74 | 0.09 |
| Hex | 13 | 6 | 29 | 36 | 55 | 0 | 54 | 106 | 4A | 9 |
| Octal | 23 | 6 | 51 | 66 | 125 | 0 | 124 | 406 | 112 | 11 |
| Binary | 10011 | 110 | 101001 | 110110 | 1010101 | 0 | 1010100 | 100000110 | 1001010 | 1001 |
Color Harmonies of #130629
Complementary color
Monochromatic Colors of #130629
Black with #130629
Text Example
Text Example
White with #130629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130629; }
p { color: rgb(19,6,41); }
H1.HeaderClassName
{
color: #130629;
}
.AnyTagClassName
{
color: #130629;
}
</style>
background-color css
<style>
a { background-color: #130629; }
a { background-color: rgb(19,6,41); }
div.DivClassName
{
background-color: #130629;
}
.BgClassName
{
background-color: #130629;
}
</style>
border-color css
<style>
span { border-color: #130629; }
span { border-color: rgb(19,6,41); }
td.TdClassName
{
border-color: #130629;
}
.TagClassName
{
border-color: #130629;
}
</style>