Shades of Blackcurrant #2D2330
Tints of Blackcurrant #2D2330
RGB
CMYK
RGB Variations
Color information
#2D2330 (or 0x2D2330) is known color: Blackcurrant. HEX triplet: 2D, 23 and 30. RGB value is (45,35,48). Sum of RGB (Red+Green+Blue) = 45+35+48=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 48 - color contains mainly: blue. Hex color #2D2330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2330 is #D2DCCF. Grayscale: #272727. Windows color (decimal): -13819088 or 3154733. OLE color: 3154733.
HSL color Cylindrical-coordinate representation of color #2D2330: hue angle of 286.15º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2D2330 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 35 | 48 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.81 |
| HSL | 286.15º | 0.16% | 0.16% | - |
| HSV(B) | 286.15º | 0.27% | 0.19% | - |
| XYZ | 2.22 | 1.97 | 3.06 | - |
| YUV | 39.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 48 | 0.06 | 0.27 | 0 | 0.81 | 286.15 | 0.16 | 0.16 |
| Hex | 2D | 23 | 30 | 6 | 1B | 0 | 51 | 11E | 10 | 10 |
| Octal | 55 | 43 | 60 | 6 | 33 | 0 | 121 | 436 | 20 | 20 |
| Binary | 101101 | 100011 | 110000 | 110 | 11011 | 0 | 1010001 | 100011110 | 10000 | 10000 |
Color Harmonies of #2D2330
Complementary color
Monochromatic Colors of #2D2330
Black with #2D2330
Text Example
Text Example
White with #2D2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2330; }
p { color: rgb(45,35,48); }
H1.HeaderClassName
{
color: #2D2330;
}
.AnyTagClassName
{
color: #2D2330;
}
</style>
background-color css
<style>
a { background-color: #2D2330; }
a { background-color: rgb(45,35,48); }
div.DivClassName
{
background-color: #2D2330;
}
.BgClassName
{
background-color: #2D2330;
}
</style>
border-color css
<style>
span { border-color: #2D2330; }
span { border-color: rgb(45,35,48); }
td.TdClassName
{
border-color: #2D2330;
}
.TagClassName
{
border-color: #2D2330;
}
</style>