Shades of Blackberry #2D1420
Tints of Blackberry #2D1420
RGB
CMYK
RGB Variations
Color information
#2D1420 (or 0x2D1420) is known color: Blackberry. HEX triplet: 2D, 14 and 20. RGB value is (45,20,32). Sum of RGB (Red+Green+Blue) = 45+20+32=97 (12% of max value = 765). Red value is 45 (17.97% from 255 or 46.39% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1420 is #D2EBDF. Grayscale: #1C1C1C. Windows color (decimal): -13822944 or 2102317. OLE color: 2102317.
HSL color Cylindrical-coordinate representation of color #2D1420: hue angle of 331.2º 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 #2D1420 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 20 | 32 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.82 |
| HSL | 331.2º | 0.38% | 0.13% | - |
| HSV(B) | 331.2º | 0.56% | 0.18% | - |
| XYZ | 1.59 | 1.16 | 1.51 | - |
| YUV | 28.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 20 | 32 | 0 | 0.56 | 0.29 | 0.82 | 331.2 | 0.38 | 0.13 |
| Hex | 2D | 14 | 20 | 0 | 38 | 1D | 52 | 14B | 26 | D |
| Octal | 55 | 24 | 40 | 0 | 70 | 35 | 122 | 513 | 46 | 15 |
| Binary | 101101 | 10100 | 100000 | 0 | 111000 | 11101 | 1010010 | 101001011 | 100110 | 1101 |
Color Harmonies of #2D1420
Complementary color
Monochromatic Colors of #2D1420
Black with #2D1420
Text Example
Text Example
White with #2D1420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1420; }
p { color: rgb(45,20,32); }
H1.HeaderClassName
{
color: #2D1420;
}
.AnyTagClassName
{
color: #2D1420;
}
</style>
background-color css
<style>
a { background-color: #2D1420; }
a { background-color: rgb(45,20,32); }
div.DivClassName
{
background-color: #2D1420;
}
.BgClassName
{
background-color: #2D1420;
}
</style>
border-color css
<style>
span { border-color: #2D1420; }
span { border-color: rgb(45,20,32); }
td.TdClassName
{
border-color: #2D1420;
}
.TagClassName
{
border-color: #2D1420;
}
</style>