Shades of Blackberry #33071E
Tints of Blackberry #33071E
RGB
CMYK
RGB Variations
Color information
#33071E (or 0x33071E) is known color: Blackberry. HEX triplet: 33, 07 and 1E. RGB value is (51,7,30). Sum of RGB (Red+Green+Blue) = 51+7+30=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #33071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33071E is #CCF8E1. Grayscale: #161616. Windows color (decimal): -13433058 or 1967923. OLE color: 1967923.
HSL color Cylindrical-coordinate representation of color #33071E: hue angle of 328.64º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33071E is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 7 | 30 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.8 |
| HSL | 328.64º | 0.76% | 0.11% | - |
| HSV(B) | 328.64º | 0.86% | 0.2% | - |
| XYZ | 1.68 | 0.95 | 1.32 | - |
| YUV | 22.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 30 | 0 | 0.86 | 0.41 | 0.8 | 328.64 | 0.76 | 0.11 |
| Hex | 33 | 7 | 1E | 0 | 56 | 29 | 50 | 149 | 4C | B |
| Octal | 63 | 7 | 36 | 0 | 126 | 51 | 120 | 511 | 114 | 13 |
| Binary | 110011 | 111 | 11110 | 0 | 1010110 | 101001 | 1010000 | 101001001 | 1001100 | 1011 |
Color Harmonies of #33071E
Complementary color
Monochromatic Colors of #33071E
Black with #33071E
Text Example
Text Example
White with #33071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33071E; }
p { color: rgb(51,7,30); }
H1.HeaderClassName
{
color: #33071E;
}
.AnyTagClassName
{
color: #33071E;
}
</style>
background-color css
<style>
a { background-color: #33071E; }
a { background-color: rgb(51,7,30); }
div.DivClassName
{
background-color: #33071E;
}
.BgClassName
{
background-color: #33071E;
}
</style>
border-color css
<style>
span { border-color: #33071E; }
span { border-color: rgb(51,7,30); }
td.TdClassName
{
border-color: #33071E;
}
.TagClassName
{
border-color: #33071E;
}
</style>