Shades of Blackcurrant #2D0A37
Tints of Blackcurrant #2D0A37
RGB
CMYK
RGB Variations
Color information
#2D0A37 (or 0x2D0A37) is known color: Blackcurrant. HEX triplet: 2D, 0A and 37. RGB value is (45,10,55). Sum of RGB (Red+Green+Blue) = 45+10+55=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #2D0A37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0A37 is #D2F5C8. Grayscale: #191919. Windows color (decimal): -13825481 or 3607085. OLE color: 3607085.
HSL color Cylindrical-coordinate representation of color #2D0A37: hue angle of 286.67º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D0A37 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 10 | 55 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.78 |
| HSL | 286.67º | 0.69% | 0.13% | - |
| HSV(B) | 286.67º | 0.82% | 0.22% | - |
| XYZ | 1.88 | 1.05 | 3.72 | - |
| YUV | 25.6 | 144.6 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 55 | 0.18 | 0.82 | 0 | 0.78 | 286.67 | 0.69 | 0.13 |
| Hex | 2D | A | 37 | 12 | 52 | 0 | 4E | 11F | 45 | D |
| Octal | 55 | 12 | 67 | 22 | 122 | 0 | 116 | 437 | 105 | 15 |
| Binary | 101101 | 1010 | 110111 | 10010 | 1010010 | 0 | 1001110 | 100011111 | 1000101 | 1101 |
Color Harmonies of #2D0A37
Complementary color
Monochromatic Colors of #2D0A37
Black with #2D0A37
Text Example
Text Example
White with #2D0A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0A37; }
p { color: rgb(45,10,55); }
H1.HeaderClassName
{
color: #2D0A37;
}
.AnyTagClassName
{
color: #2D0A37;
}
</style>
background-color css
<style>
a { background-color: #2D0A37; }
a { background-color: rgb(45,10,55); }
div.DivClassName
{
background-color: #2D0A37;
}
.BgClassName
{
background-color: #2D0A37;
}
</style>
border-color css
<style>
span { border-color: #2D0A37; }
span { border-color: rgb(45,10,55); }
td.TdClassName
{
border-color: #2D0A37;
}
.TagClassName
{
border-color: #2D0A37;
}
</style>