Shades of Blackcurrant #29033A
Tints of Blackcurrant #29033A
RGB
CMYK
RGB Variations
Color information
#29033A (or 0x29033A) is known color: Blackcurrant. HEX triplet: 29, 03 and 3A. RGB value is (41,3,58). Sum of RGB (Red+Green+Blue) = 41+3+58=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 58 (23.05% from 255 or 56.86% from 102); Max value from RGB is 58 - color contains mainly: blue. Hex color #29033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29033A is #D6FCC5. Grayscale: #141414. Windows color (decimal): -14089414 or 3801897. OLE color: 3801897.
HSL color Cylindrical-coordinate representation of color #29033A: hue angle of 281.45º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29033A is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 3 | 58 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.77 |
| HSL | 281.45º | 0.9% | 0.12% | - |
| HSV(B) | 281.45º | 0.95% | 0.23% | - |
| XYZ | 1.71 | 0.84 | 4.08 | - |
| YUV | 20.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 58 | 0.29 | 0.95 | 0 | 0.77 | 281.45 | 0.9 | 0.12 |
| Hex | 29 | 3 | 3A | 1D | 5F | 0 | 4D | 119 | 5A | C |
| Octal | 51 | 3 | 72 | 35 | 137 | 0 | 115 | 431 | 132 | 14 |
| Binary | 101001 | 11 | 111010 | 11101 | 1011111 | 0 | 1001101 | 100011001 | 1011010 | 1100 |
Color Harmonies of #29033A
Complementary color
Monochromatic Colors of #29033A
Black with #29033A
Text Example
Text Example
White with #29033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29033A; }
p { color: rgb(41,3,58); }
H1.HeaderClassName
{
color: #29033A;
}
.AnyTagClassName
{
color: #29033A;
}
</style>
background-color css
<style>
a { background-color: #29033A; }
a { background-color: rgb(41,3,58); }
div.DivClassName
{
background-color: #29033A;
}
.BgClassName
{
background-color: #29033A;
}
</style>
border-color css
<style>
span { border-color: #29033A; }
span { border-color: rgb(41,3,58); }
td.TdClassName
{
border-color: #29033A;
}
.TagClassName
{
border-color: #29033A;
}
</style>