Shades of Blackcurrant #2D2335
Tints of Blackcurrant #2D2335
RGB
CMYK
RGB Variations
Color information
#2D2335 (or 0x2D2335) is known color: Blackcurrant. HEX triplet: 2D, 23 and 35. RGB value is (45,35,53). Sum of RGB (Red+Green+Blue) = 45+35+53=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 53 - color contains mainly: blue. Hex color #2D2335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2335 is #D2DCCA. Grayscale: #272727. Windows color (decimal): -13819083 or 3482413. OLE color: 3482413.
HSL color Cylindrical-coordinate representation of color #2D2335: hue angle of 273.33º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2D2335 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 35 | 53 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.79 |
| HSL | 273.33º | 0.2% | 0.17% | - |
| HSV(B) | 273.33º | 0.34% | 0.21% | - |
| XYZ | 2.33 | 2.02 | 3.63 | - |
| YUV | 40.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 53 | 0.15 | 0.34 | 0 | 0.79 | 273.33 | 0.2 | 0.17 |
| Hex | 2D | 23 | 35 | F | 22 | 0 | 4F | 111 | 14 | 11 |
| Octal | 55 | 43 | 65 | 17 | 42 | 0 | 117 | 421 | 24 | 21 |
| Binary | 101101 | 100011 | 110101 | 1111 | 100010 | 0 | 1001111 | 100010001 | 10100 | 10001 |
Color Harmonies of #2D2335
Complementary color
Monochromatic Colors of #2D2335
Black with #2D2335
Text Example
Text Example
White with #2D2335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2335; }
p { color: rgb(45,35,53); }
H1.HeaderClassName
{
color: #2D2335;
}
.AnyTagClassName
{
color: #2D2335;
}
</style>
background-color css
<style>
a { background-color: #2D2335; }
a { background-color: rgb(45,35,53); }
div.DivClassName
{
background-color: #2D2335;
}
.BgClassName
{
background-color: #2D2335;
}
</style>
border-color css
<style>
span { border-color: #2D2335; }
span { border-color: rgb(45,35,53); }
td.TdClassName
{
border-color: #2D2335;
}
.TagClassName
{
border-color: #2D2335;
}
</style>