Shades of Blackcurrant #2D054B
Tints of Blackcurrant #2D054B
RGB
CMYK
RGB Variations
Color information
#2D054B (or 0x2D054B) is known color: Blackcurrant. HEX triplet: 2D, 05 and 4B. RGB value is (45,5,75). Sum of RGB (Red+Green+Blue) = 45+5+75=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D054B is #D2FAB4. Grayscale: #181818. Windows color (decimal): -13826741 or 4916525. OLE color: 4916525.
HSL color Cylindrical-coordinate representation of color #2D054B: hue angle of 274.29º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D054B is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 5 | 75 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.71 |
| HSL | 274.29º | 0.88% | 0.16% | - |
| HSV(B) | 274.29º | 0.93% | 0.29% | - |
| XYZ | 2.41 | 1.17 | 6.76 | - |
| YUV | 24.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 75 | 0.40 | 0.93 | 0 | 0.71 | 274.29 | 0.88 | 0.16 |
| Hex | 2D | 5 | 4B | 28 | 5D | 0 | 47 | 112 | 58 | 10 |
| Octal | 55 | 5 | 113 | 50 | 135 | 0 | 107 | 422 | 130 | 20 |
| Binary | 101101 | 101 | 1001011 | 101000 | 1011101 | 0 | 1000111 | 100010010 | 1011000 | 10000 |
Color Harmonies of #2D054B
Complementary color
Monochromatic Colors of #2D054B
Black with #2D054B
Text Example
Text Example
White with #2D054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D054B; }
p { color: rgb(45,5,75); }
H1.HeaderClassName
{
color: #2D054B;
}
.AnyTagClassName
{
color: #2D054B;
}
</style>
background-color css
<style>
a { background-color: #2D054B; }
a { background-color: rgb(45,5,75); }
div.DivClassName
{
background-color: #2D054B;
}
.BgClassName
{
background-color: #2D054B;
}
</style>
border-color css
<style>
span { border-color: #2D054B; }
span { border-color: rgb(45,5,75); }
td.TdClassName
{
border-color: #2D054B;
}
.TagClassName
{
border-color: #2D054B;
}
</style>