Shades of Blackberry #2D1220
Tints of Blackberry #2D1220
RGB
CMYK
RGB Variations
Color information
#2D1220 (or 0x2D1220) is known color: Blackberry. HEX triplet: 2D, 12 and 20. RGB value is (45,18,32). Sum of RGB (Red+Green+Blue) = 45+18+32=95 (12% of max value = 765). Red value is 45 (17.97% from 255 or 47.37% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1220 is #D2EDDF. Grayscale: #1B1B1B. Windows color (decimal): -13823456 or 2101805. OLE color: 2101805.
HSL color Cylindrical-coordinate representation of color #2D1220: hue angle of 328.89º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D1220 is Cyan = 0, Magento = 0.6, Yellow = 0.29 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 18 | 32 | - |
| CMYK | 0 | 0.6 | 0.29 | 0.82 |
| HSL | 328.89º | 0.43% | 0.12% | - |
| HSV(B) | 328.89º | 0.6% | 0.18% | - |
| XYZ | 1.56 | 1.09 | 1.5 | - |
| YUV | 27.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 32 | 0 | 0.6 | 0.29 | 0.82 | 328.89 | 0.43 | 0.12 |
| Hex | 2D | 12 | 20 | 0 | 3C | 1D | 52 | 149 | 2B | C |
| Octal | 55 | 22 | 40 | 0 | 74 | 35 | 122 | 511 | 53 | 14 |
| Binary | 101101 | 10010 | 100000 | 0 | 111100 | 11101 | 1010010 | 101001001 | 101011 | 1100 |
Color Harmonies of #2D1220
Complementary color
Monochromatic Colors of #2D1220
Black with #2D1220
Text Example
Text Example
White with #2D1220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1220; }
p { color: rgb(45,18,32); }
H1.HeaderClassName
{
color: #2D1220;
}
.AnyTagClassName
{
color: #2D1220;
}
</style>
background-color css
<style>
a { background-color: #2D1220; }
a { background-color: rgb(45,18,32); }
div.DivClassName
{
background-color: #2D1220;
}
.BgClassName
{
background-color: #2D1220;
}
</style>
border-color css
<style>
span { border-color: #2D1220; }
span { border-color: rgb(45,18,32); }
td.TdClassName
{
border-color: #2D1220;
}
.TagClassName
{
border-color: #2D1220;
}
</style>