Shades of Blackcurrant #290A3C
Tints of Blackcurrant #290A3C
RGB
CMYK
RGB Variations
Color information
#290A3C (or 0x290A3C) is known color: Blackcurrant. HEX triplet: 29, 0A and 3C. RGB value is (41,10,60). Sum of RGB (Red+Green+Blue) = 41+10+60=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #290A3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290A3C is #D6F5C3. Grayscale: #181818. Windows color (decimal): -14087620 or 3934761. OLE color: 3934761.
HSL color Cylindrical-coordinate representation of color #290A3C: hue angle of 277.2º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #290A3C is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 10 | 60 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.76 |
| HSL | 277.2º | 0.71% | 0.14% | - |
| HSV(B) | 277.2º | 0.83% | 0.24% | - |
| XYZ | 1.84 | 1.01 | 4.37 | - |
| YUV | 24.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 60 | 0.32 | 0.83 | 0 | 0.76 | 277.2 | 0.71 | 0.14 |
| Hex | 29 | A | 3C | 20 | 53 | 0 | 4C | 115 | 47 | E |
| Octal | 51 | 12 | 74 | 40 | 123 | 0 | 114 | 425 | 107 | 16 |
| Binary | 101001 | 1010 | 111100 | 100000 | 1010011 | 0 | 1001100 | 100010101 | 1000111 | 1110 |
Color Harmonies of #290A3C
Complementary color
Monochromatic Colors of #290A3C
Black with #290A3C
Text Example
Text Example
White with #290A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290A3C; }
p { color: rgb(41,10,60); }
H1.HeaderClassName
{
color: #290A3C;
}
.AnyTagClassName
{
color: #290A3C;
}
</style>
background-color css
<style>
a { background-color: #290A3C; }
a { background-color: rgb(41,10,60); }
div.DivClassName
{
background-color: #290A3C;
}
.BgClassName
{
background-color: #290A3C;
}
</style>
border-color css
<style>
span { border-color: #290A3C; }
span { border-color: rgb(41,10,60); }
td.TdClassName
{
border-color: #290A3C;
}
.TagClassName
{
border-color: #290A3C;
}
</style>