Shades of Blackberry #33011E
Tints of Blackberry #33011E
RGB
CMYK
RGB Variations
Color information
#33011E (or 0x33011E) is known color: Blackberry. HEX triplet: 33, 01 and 1E. RGB value is (51,1,30). Sum of RGB (Red+Green+Blue) = 51+1+30=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #33011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33011E is #CCFEE1. Grayscale: #131313. Windows color (decimal): -13434594 or 1966387. OLE color: 1966387.
HSL color Cylindrical-coordinate representation of color #33011E: hue angle of 325.2º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33011E is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 1 | 30 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.8 |
| HSL | 325.2º | 0.96% | 0.1% | - |
| HSV(B) | 325.2º | 0.98% | 0.2% | - |
| XYZ | 1.61 | 0.82 | 1.3 | - |
| YUV | 19.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 30 | 0 | 0.98 | 0.41 | 0.8 | 325.2 | 0.96 | 0.1 |
| Hex | 33 | 1 | 1E | 0 | 62 | 29 | 50 | 145 | 60 | A |
| Octal | 63 | 1 | 36 | 0 | 142 | 51 | 120 | 505 | 140 | 12 |
| Binary | 110011 | 1 | 11110 | 0 | 1100010 | 101001 | 1010000 | 101000101 | 1100000 | 1010 |
Color Harmonies of #33011E
Complementary color
Monochromatic Colors of #33011E
Black with #33011E
Text Example
Text Example
White with #33011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33011E; }
p { color: rgb(51,1,30); }
H1.HeaderClassName
{
color: #33011E;
}
.AnyTagClassName
{
color: #33011E;
}
</style>
background-color css
<style>
a { background-color: #33011E; }
a { background-color: rgb(51,1,30); }
div.DivClassName
{
background-color: #33011E;
}
.BgClassName
{
background-color: #33011E;
}
</style>
border-color css
<style>
span { border-color: #33011E; }
span { border-color: rgb(51,1,30); }
td.TdClassName
{
border-color: #33011E;
}
.TagClassName
{
border-color: #33011E;
}
</style>