Shades of Blackcurrant #2D2930
Tints of Blackcurrant #2D2930
RGB
CMYK
RGB Variations
Color information
#2D2930 (or 0x2D2930) is known color: Blackcurrant. HEX triplet: 2D, 29 and 30. RGB value is (45,41,48). Sum of RGB (Red+Green+Blue) = 45+41+48=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 48 - color contains mainly: blue. Hex color #2D2930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2930 is #D2D6CF. Grayscale: #2A2A2A. Windows color (decimal): -13817552 or 3156269. OLE color: 3156269.
HSL color Cylindrical-coordinate representation of color #2D2930: hue angle of 274.29º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2D2930 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
RGB | 45 | 41 | 48 | - |
CMYK | 0.06 | 0.15 | 0 | 0.81 |
HSL | 274.29º | 0.08% | 0.17% | - |
HSV(B) | 274.29º | 0.15% | 0.19% | - |
XYZ | 2.41 | 2.36 | 3.12 | - |
YUV | 42.99 | 130.83 | 129.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 41 | 48 | 0.06 | 0.15 | 0 | 0.81 | 274.29 | 0.08 | 0.17 |
Hex | 2D | 29 | 30 | 6 | F | 0 | 51 | 112 | 8 | 11 |
Octal | 55 | 51 | 60 | 6 | 17 | 0 | 121 | 422 | 10 | 21 |
Binary | 101101 | 101001 | 110000 | 110 | 1111 | 0 | 1010001 | 100010010 | 1000 | 10001 |
Color Harmonies of #2D2930
Complementary color
Monochromatic Colors of #2D2930
Black with #2D2930
Text Example
Text Example
White with #2D2930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2930; }
p { color: rgb(45,41,48); }
H1.HeaderClassName
{
color: #2D2930;
}
.AnyTagClassName
{
color: #2D2930;
}
</style>
background-color css
<style>
a { background-color: #2D2930; }
a { background-color: rgb(45,41,48); }
div.DivClassName
{
background-color: #2D2930;
}
.BgClassName
{
background-color: #2D2930;
}
</style>
border-color css
<style>
span { border-color: #2D2930; }
span { border-color: rgb(45,41,48); }
td.TdClassName
{
border-color: #2D2930;
}
.TagClassName
{
border-color: #2D2930;
}
</style>