Shades of Blackberry #2D1324
Tints of Blackberry #2D1324
RGB
CMYK
RGB Variations
Color information
#2D1324 (or 0x2D1324) is known color: Blackberry. HEX triplet: 2D, 13 and 24. RGB value is (45,19,36). Sum of RGB (Red+Green+Blue) = 45+19+36=100 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 36 (14.45% from 255 or 36% from 100); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1324 is #D2ECDB. Grayscale: #1C1C1C. Windows color (decimal): -13823196 or 2364205. OLE color: 2364205.
HSL color Cylindrical-coordinate representation of color #2D1324: hue angle of 320.77º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D1324 is Cyan = 0, Magento = 0.58, Yellow = 0.2 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 19 | 36 | - |
| CMYK | 0 | 0.58 | 0.2 | 0.82 |
| HSL | 320.77º | 0.41% | 0.13% | - |
| HSV(B) | 320.77º | 0.58% | 0.18% | - |
| XYZ | 1.63 | 1.15 | 1.81 | - |
| YUV | 28.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 36 | 0 | 0.58 | 0.2 | 0.82 | 320.77 | 0.41 | 0.13 |
| Hex | 2D | 13 | 24 | 0 | 3A | 14 | 52 | 141 | 29 | D |
| Octal | 55 | 23 | 44 | 0 | 72 | 24 | 122 | 501 | 51 | 15 |
| Binary | 101101 | 10011 | 100100 | 0 | 111010 | 10100 | 1010010 | 101000001 | 101001 | 1101 |
Color Harmonies of #2D1324
Complementary color
Monochromatic Colors of #2D1324
Black with #2D1324
Text Example
Text Example
White with #2D1324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1324; }
p { color: rgb(45,19,36); }
H1.HeaderClassName
{
color: #2D1324;
}
.AnyTagClassName
{
color: #2D1324;
}
</style>
background-color css
<style>
a { background-color: #2D1324; }
a { background-color: rgb(45,19,36); }
div.DivClassName
{
background-color: #2D1324;
}
.BgClassName
{
background-color: #2D1324;
}
</style>
border-color css
<style>
span { border-color: #2D1324; }
span { border-color: rgb(45,19,36); }
td.TdClassName
{
border-color: #2D1324;
}
.TagClassName
{
border-color: #2D1324;
}
</style>