Shades of Blackcurrant #2D0A42
Tints of Blackcurrant #2D0A42
RGB
CMYK
RGB Variations
Color information
#2D0A42 (or 0x2D0A42) is known color: Blackcurrant. HEX triplet: 2D, 0A and 42. RGB value is (45,10,66). Sum of RGB (Red+Green+Blue) = 45+10+66=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 66 (26.17% from 255 or 54.55% from 121); Max value from RGB is 66 - color contains mainly: blue. Hex color #2D0A42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0A42 is #D2F5BD. Grayscale: #1A1A1A. Windows color (decimal): -13825470 or 4327981. OLE color: 4327981.
HSL color Cylindrical-coordinate representation of color #2D0A42: hue angle of 277.5º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D0A42 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 10 | 66 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.74 |
| HSL | 277.5º | 0.74% | 0.15% | - |
| HSV(B) | 277.5º | 0.85% | 0.26% | - |
| XYZ | 2.17 | 1.17 | 5.27 | - |
| YUV | 26.85 | 150.1 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 66 | 0.32 | 0.85 | 0 | 0.74 | 277.5 | 0.74 | 0.15 |
| Hex | 2D | A | 42 | 20 | 55 | 0 | 4A | 116 | 4A | F |
| Octal | 55 | 12 | 102 | 40 | 125 | 0 | 112 | 426 | 112 | 17 |
| Binary | 101101 | 1010 | 1000010 | 100000 | 1010101 | 0 | 1001010 | 100010110 | 1001010 | 1111 |
Color Harmonies of #2D0A42
Complementary color
Monochromatic Colors of #2D0A42
Black with #2D0A42
Text Example
Text Example
White with #2D0A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0A42; }
p { color: rgb(45,10,66); }
H1.HeaderClassName
{
color: #2D0A42;
}
.AnyTagClassName
{
color: #2D0A42;
}
</style>
background-color css
<style>
a { background-color: #2D0A42; }
a { background-color: rgb(45,10,66); }
div.DivClassName
{
background-color: #2D0A42;
}
.BgClassName
{
background-color: #2D0A42;
}
</style>
border-color css
<style>
span { border-color: #2D0A42; }
span { border-color: rgb(45,10,66); }
td.TdClassName
{
border-color: #2D0A42;
}
.TagClassName
{
border-color: #2D0A42;
}
</style>