Shades of Blackberry #33001D
Tints of Blackberry #33001D
RGB
CMYK
RGB Variations
Color information
#33001D (or 0x33001D) is known color: Blackberry. HEX triplet: 33, 00 and 1D. RGB value is (51,0,29). Sum of RGB (Red+Green+Blue) = 51+0+29=80 (10% of max value = 765). Red value is 51 (20.31% from 255 or 63.75% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 51 - color contains mainly: red. Hex color #33001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33001D is #CCFFE2. Grayscale: #121212. Windows color (decimal): -13434851 or 1900595. OLE color: 1900595.
HSL color Cylindrical-coordinate representation of color #33001D: hue angle of 325.88º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33001D is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.43 | 0.8 |
| HSL | 325.88º | 1% | 0.1% | - |
| HSV(B) | 325.88º | 1% | 0.2% | - |
| XYZ | 1.59 | 0.79 | 1.23 | - |
| YUV | 18.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 29 | 0 | 1 | 0.43 | 0.8 | 325.88 | 1 | 0.1 |
| Hex | 33 | 0 | 1D | 0 | 64 | 2B | 50 | 146 | 64 | A |
| Octal | 63 | 0 | 35 | 0 | 144 | 53 | 120 | 506 | 144 | 12 |
| Binary | 110011 | 0 | 11101 | 0 | 1100100 | 101011 | 1010000 | 101000110 | 1100100 | 1010 |
Color Harmonies of #33001D
Complementary color
Monochromatic Colors of #33001D
Black with #33001D
Text Example
Text Example
White with #33001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33001D; }
p { color: rgb(51,0,29); }
H1.HeaderClassName
{
color: #33001D;
}
.AnyTagClassName
{
color: #33001D;
}
</style>
background-color css
<style>
a { background-color: #33001D; }
a { background-color: rgb(51,0,29); }
div.DivClassName
{
background-color: #33001D;
}
.BgClassName
{
background-color: #33001D;
}
</style>
border-color css
<style>
span { border-color: #33001D; }
span { border-color: rgb(51,0,29); }
td.TdClassName
{
border-color: #33001D;
}
.TagClassName
{
border-color: #33001D;
}
</style>