Shades of Blackberry #2D1522
Tints of Blackberry #2D1522
RGB
CMYK
RGB Variations
Color information
#2D1522 (or 0x2D1522) is known color: Blackberry. HEX triplet: 2D, 15 and 22. RGB value is (45,21,34). Sum of RGB (Red+Green+Blue) = 45+21+34=100 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1522 is #D2EADD. Grayscale: #1D1D1D. Windows color (decimal): -13822686 or 2233645. OLE color: 2233645.
HSL color Cylindrical-coordinate representation of color #2D1522: hue angle of 327.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D1522 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 21 | 34 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.82 |
| HSL | 327.5º | 0.36% | 0.13% | - |
| HSV(B) | 327.5º | 0.53% | 0.18% | - |
| XYZ | 1.64 | 1.21 | 1.66 | - |
| YUV | 29.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 34 | 0 | 0.53 | 0.24 | 0.82 | 327.5 | 0.36 | 0.13 |
| Hex | 2D | 15 | 22 | 0 | 35 | 18 | 52 | 148 | 24 | D |
| Octal | 55 | 25 | 42 | 0 | 65 | 30 | 122 | 510 | 44 | 15 |
| Binary | 101101 | 10101 | 100010 | 0 | 110101 | 11000 | 1010010 | 101001000 | 100100 | 1101 |
Color Harmonies of #2D1522
Complementary color
Monochromatic Colors of #2D1522
Black with #2D1522
Text Example
Text Example
White with #2D1522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1522; }
p { color: rgb(45,21,34); }
H1.HeaderClassName
{
color: #2D1522;
}
.AnyTagClassName
{
color: #2D1522;
}
</style>
background-color css
<style>
a { background-color: #2D1522; }
a { background-color: rgb(45,21,34); }
div.DivClassName
{
background-color: #2D1522;
}
.BgClassName
{
background-color: #2D1522;
}
</style>
border-color css
<style>
span { border-color: #2D1522; }
span { border-color: rgb(45,21,34); }
td.TdClassName
{
border-color: #2D1522;
}
.TagClassName
{
border-color: #2D1522;
}
</style>