Shades of Blackberry #2D0B21
Tints of Blackberry #2D0B21
RGB
CMYK
RGB Variations
Color information
#2D0B21 (or 0x2D0B21) is known color: Blackberry. HEX triplet: 2D, 0B and 21. RGB value is (45,11,33). Sum of RGB (Red+Green+Blue) = 45+11+33=89 (11% of max value = 765). Red value is 45 (17.97% from 255 or 50.56% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0B21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0B21 is #D2F4DE. Grayscale: #171717. Windows color (decimal): -13825247 or 2165549. OLE color: 2165549.
HSL color Cylindrical-coordinate representation of color #2D0B21: hue angle of 321.18º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D0B21 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 11 | 33 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.82 |
| HSL | 321.18º | 0.61% | 0.11% | - |
| HSV(B) | 321.18º | 0.76% | 0.18% | - |
| XYZ | 1.48 | 0.91 | 1.54 | - |
| YUV | 23.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 11 | 33 | 0 | 0.76 | 0.27 | 0.82 | 321.18 | 0.61 | 0.11 |
| Hex | 2D | B | 21 | 0 | 4C | 1B | 52 | 141 | 3D | B |
| Octal | 55 | 13 | 41 | 0 | 114 | 33 | 122 | 501 | 75 | 13 |
| Binary | 101101 | 1011 | 100001 | 0 | 1001100 | 11011 | 1010010 | 101000001 | 111101 | 1011 |
Color Harmonies of #2D0B21
Complementary color
Monochromatic Colors of #2D0B21
Black with #2D0B21
Text Example
Text Example
White with #2D0B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0B21; }
p { color: rgb(45,11,33); }
H1.HeaderClassName
{
color: #2D0B21;
}
.AnyTagClassName
{
color: #2D0B21;
}
</style>
background-color css
<style>
a { background-color: #2D0B21; }
a { background-color: rgb(45,11,33); }
div.DivClassName
{
background-color: #2D0B21;
}
.BgClassName
{
background-color: #2D0B21;
}
</style>
border-color css
<style>
span { border-color: #2D0B21; }
span { border-color: rgb(45,11,33); }
td.TdClassName
{
border-color: #2D0B21;
}
.TagClassName
{
border-color: #2D0B21;
}
</style>