Shades of Blackberry #33051D
Tints of Blackberry #33051D
RGB
CMYK
RGB Variations
Color information
#33051D (or 0x33051D) is known color: Blackberry. HEX triplet: 33, 05 and 1D. RGB value is (51,5,29). Sum of RGB (Red+Green+Blue) = 51+5+29=85 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 51 - color contains mainly: red. Hex color #33051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33051D is #CCFAE2. Grayscale: #151515. Windows color (decimal): -13433571 or 1901875. OLE color: 1901875.
HSL color Cylindrical-coordinate representation of color #33051D: hue angle of 328.7º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33051D is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 5 | 29 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.8 |
| HSL | 328.7º | 0.82% | 0.11% | - |
| HSV(B) | 328.7º | 0.9% | 0.2% | - |
| XYZ | 1.64 | 0.9 | 1.25 | - |
| YUV | 21.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 29 | 0 | 0.90 | 0.43 | 0.8 | 328.7 | 0.82 | 0.11 |
| Hex | 33 | 5 | 1D | 0 | 5A | 2B | 50 | 149 | 52 | B |
| Octal | 63 | 5 | 35 | 0 | 132 | 53 | 120 | 511 | 122 | 13 |
| Binary | 110011 | 101 | 11101 | 0 | 1011010 | 101011 | 1010000 | 101001001 | 1010010 | 1011 |
Color Harmonies of #33051D
Complementary color
Monochromatic Colors of #33051D
Black with #33051D
Text Example
Text Example
White with #33051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33051D; }
p { color: rgb(51,5,29); }
H1.HeaderClassName
{
color: #33051D;
}
.AnyTagClassName
{
color: #33051D;
}
</style>
background-color css
<style>
a { background-color: #33051D; }
a { background-color: rgb(51,5,29); }
div.DivClassName
{
background-color: #33051D;
}
.BgClassName
{
background-color: #33051D;
}
</style>
border-color css
<style>
span { border-color: #33051D; }
span { border-color: rgb(51,5,29); }
td.TdClassName
{
border-color: #33051D;
}
.TagClassName
{
border-color: #33051D;
}
</style>