Shades of Blackcurrant #2D0038
Tints of Blackcurrant #2D0038
RGB
CMYK
RGB Variations
Color information
#2D0038 (or 0x2D0038) is known color: Blackcurrant. HEX triplet: 2D, 00 and 38. RGB value is (45,0,56). Sum of RGB (Red+Green+Blue) = 45+0+56=101 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.55% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 56 (22.27% from 255 or 55.45% from 101); Max value from RGB is 56 - color contains mainly: blue. Hex color #2D0038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0038 is #D2FFC7. Grayscale: #131313. Windows color (decimal): -13828040 or 3670061. OLE color: 3670061.
HSL color Cylindrical-coordinate representation of color #2D0038: hue angle of 288.21º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0038 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 0 | 56 | - |
| CMYK | 0.20 | 1 | 0 | 0.78 |
| HSL | 288.21º | 1% | 0.11% | - |
| HSV(B) | 288.21º | 1% | 0.22% | - |
| XYZ | 1.8 | 0.84 | 3.81 | - |
| YUV | 19.84 | 148.41 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 56 | 0.20 | 1 | 0 | 0.78 | 288.21 | 1 | 0.11 |
| Hex | 2D | 0 | 38 | 14 | 64 | 0 | 4E | 120 | 64 | B |
| Octal | 55 | 0 | 70 | 24 | 144 | 0 | 116 | 440 | 144 | 13 |
| Binary | 101101 | 0 | 111000 | 10100 | 1100100 | 0 | 1001110 | 100100000 | 1100100 | 1011 |
Color Harmonies of #2D0038
Complementary color
Monochromatic Colors of #2D0038
Black with #2D0038
Text Example
Text Example
White with #2D0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0038; }
p { color: rgb(45,0,56); }
H1.HeaderClassName
{
color: #2D0038;
}
.AnyTagClassName
{
color: #2D0038;
}
</style>
background-color css
<style>
a { background-color: #2D0038; }
a { background-color: rgb(45,0,56); }
div.DivClassName
{
background-color: #2D0038;
}
.BgClassName
{
background-color: #2D0038;
}
</style>
border-color css
<style>
span { border-color: #2D0038; }
span { border-color: rgb(45,0,56); }
td.TdClassName
{
border-color: #2D0038;
}
.TagClassName
{
border-color: #2D0038;
}
</style>