Shades of Blackcurrant #2D0538
Tints of Blackcurrant #2D0538
RGB
CMYK
RGB Variations
Color information
#2D0538 (or 0x2D0538) is known color: Blackcurrant. HEX triplet: 2D, 05 and 38. RGB value is (45,5,56). Sum of RGB (Red+Green+Blue) = 45+5+56=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #2D0538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0538 is #D2FAC7. Grayscale: #161616. Windows color (decimal): -13826760 or 3671341. OLE color: 3671341.
HSL color Cylindrical-coordinate representation of color #2D0538: hue angle of 287.06º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D0538 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 5 | 56 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.78 |
| HSL | 287.06º | 0.84% | 0.12% | - |
| HSV(B) | 287.06º | 0.91% | 0.22% | - |
| XYZ | 1.85 | 0.95 | 3.83 | - |
| YUV | 22.77 | 146.75 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 56 | 0.20 | 0.91 | 0 | 0.78 | 287.06 | 0.84 | 0.12 |
| Hex | 2D | 5 | 38 | 14 | 5B | 0 | 4E | 11F | 54 | C |
| Octal | 55 | 5 | 70 | 24 | 133 | 0 | 116 | 437 | 124 | 14 |
| Binary | 101101 | 101 | 111000 | 10100 | 1011011 | 0 | 1001110 | 100011111 | 1010100 | 1100 |
Color Harmonies of #2D0538
Complementary color
Monochromatic Colors of #2D0538
Black with #2D0538
Text Example
Text Example
White with #2D0538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0538; }
p { color: rgb(45,5,56); }
H1.HeaderClassName
{
color: #2D0538;
}
.AnyTagClassName
{
color: #2D0538;
}
</style>
background-color css
<style>
a { background-color: #2D0538; }
a { background-color: rgb(45,5,56); }
div.DivClassName
{
background-color: #2D0538;
}
.BgClassName
{
background-color: #2D0538;
}
</style>
border-color css
<style>
span { border-color: #2D0538; }
span { border-color: rgb(45,5,56); }
td.TdClassName
{
border-color: #2D0538;
}
.TagClassName
{
border-color: #2D0538;
}
</style>