Shades of Blackberry #2D1424
Tints of Blackberry #2D1424
RGB
CMYK
RGB Variations
Color information
#2D1424 (or 0x2D1424) is known color: Blackberry. HEX triplet: 2D, 14 and 24. RGB value is (45,20,36). Sum of RGB (Red+Green+Blue) = 45+20+36=101 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.55% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1424 is #D2EBDB. Grayscale: #1D1D1D. Windows color (decimal): -13822940 or 2364461. OLE color: 2364461.
HSL color Cylindrical-coordinate representation of color #2D1424: hue angle of 321.6º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D1424 is Cyan = 0, Magento = 0.56, Yellow = 0.2 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 20 | 36 | - |
| CMYK | 0 | 0.56 | 0.2 | 0.82 |
| HSL | 321.6º | 0.38% | 0.13% | - |
| HSV(B) | 321.6º | 0.56% | 0.18% | - |
| XYZ | 1.65 | 1.19 | 1.81 | - |
| YUV | 29.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 20 | 36 | 0 | 0.56 | 0.2 | 0.82 | 321.6 | 0.38 | 0.13 |
| Hex | 2D | 14 | 24 | 0 | 38 | 14 | 52 | 142 | 26 | D |
| Octal | 55 | 24 | 44 | 0 | 70 | 24 | 122 | 502 | 46 | 15 |
| Binary | 101101 | 10100 | 100100 | 0 | 111000 | 10100 | 1010010 | 101000010 | 100110 | 1101 |
Color Harmonies of #2D1424
Complementary color
Monochromatic Colors of #2D1424
Black with #2D1424
Text Example
Text Example
White with #2D1424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1424; }
p { color: rgb(45,20,36); }
H1.HeaderClassName
{
color: #2D1424;
}
.AnyTagClassName
{
color: #2D1424;
}
</style>
background-color css
<style>
a { background-color: #2D1424; }
a { background-color: rgb(45,20,36); }
div.DivClassName
{
background-color: #2D1424;
}
.BgClassName
{
background-color: #2D1424;
}
</style>
border-color css
<style>
span { border-color: #2D1424; }
span { border-color: rgb(45,20,36); }
td.TdClassName
{
border-color: #2D1424;
}
.TagClassName
{
border-color: #2D1424;
}
</style>