Shades of Blackcurrant #2D003F
Tints of Blackcurrant #2D003F
RGB
CMYK
RGB Variations
Color information
#2D003F (or 0x2D003F) is known color: Blackcurrant. HEX triplet: 2D, 00 and 3F. RGB value is (45,0,63). Sum of RGB (Red+Green+Blue) = 45+0+63=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 63 (25% from 255 or 58.33% from 108); Max value from RGB is 63 - color contains mainly: blue. Hex color #2D003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D003F is #D2FFC0. Grayscale: #141414. Windows color (decimal): -13828033 or 4128813. OLE color: 4128813.
HSL color Cylindrical-coordinate representation of color #2D003F: hue angle of 282.86º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D003F is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 0 | 63 | - |
| CMYK | 0.29 | 1 | 0 | 0.75 |
| HSL | 282.86º | 1% | 0.12% | - |
| HSV(B) | 282.86º | 1% | 0.25% | - |
| XYZ | 1.98 | 0.92 | 4.78 | - |
| YUV | 20.64 | 151.91 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 63 | 0.29 | 1 | 0 | 0.75 | 282.86 | 1 | 0.12 |
| Hex | 2D | 0 | 3F | 1D | 64 | 0 | 4B | 11B | 64 | C |
| Octal | 55 | 0 | 77 | 35 | 144 | 0 | 113 | 433 | 144 | 14 |
| Binary | 101101 | 0 | 111111 | 11101 | 1100100 | 0 | 1001011 | 100011011 | 1100100 | 1100 |
Color Harmonies of #2D003F
Complementary color
Monochromatic Colors of #2D003F
Black with #2D003F
Text Example
Text Example
White with #2D003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D003F; }
p { color: rgb(45,0,63); }
H1.HeaderClassName
{
color: #2D003F;
}
.AnyTagClassName
{
color: #2D003F;
}
</style>
background-color css
<style>
a { background-color: #2D003F; }
a { background-color: rgb(45,0,63); }
div.DivClassName
{
background-color: #2D003F;
}
.BgClassName
{
background-color: #2D003F;
}
</style>
border-color css
<style>
span { border-color: #2D003F; }
span { border-color: rgb(45,0,63); }
td.TdClassName
{
border-color: #2D003F;
}
.TagClassName
{
border-color: #2D003F;
}
</style>