Shades of Blackberry #33111F
Tints of Blackberry #33111F
RGB
CMYK
RGB Variations
Color information
#33111F (or 0x33111F) is known color: Blackberry. HEX triplet: 33, 11 and 1F. RGB value is (51,17,31). Sum of RGB (Red+Green+Blue) = 51+17+31=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #33111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33111F is #CCEEE0. Grayscale: #1C1C1C. Windows color (decimal): -13430497 or 2036019. OLE color: 2036019.
HSL color Cylindrical-coordinate representation of color #33111F: hue angle of 335.29º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33111F is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 17 | 31 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.8 |
| HSL | 335.29º | 0.5% | 0.13% | - |
| HSV(B) | 335.29º | 0.67% | 0.2% | - |
| XYZ | 1.81 | 1.2 | 1.43 | - |
| YUV | 28.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 31 | 0 | 0.67 | 0.39 | 0.8 | 335.29 | 0.5 | 0.13 |
| Hex | 33 | 11 | 1F | 0 | 43 | 27 | 50 | 14F | 32 | D |
| Octal | 63 | 21 | 37 | 0 | 103 | 47 | 120 | 517 | 62 | 15 |
| Binary | 110011 | 10001 | 11111 | 0 | 1000011 | 100111 | 1010000 | 101001111 | 110010 | 1101 |
Color Harmonies of #33111F
Complementary color
Monochromatic Colors of #33111F
Black with #33111F
Text Example
Text Example
White with #33111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33111F; }
p { color: rgb(51,17,31); }
H1.HeaderClassName
{
color: #33111F;
}
.AnyTagClassName
{
color: #33111F;
}
</style>
background-color css
<style>
a { background-color: #33111F; }
a { background-color: rgb(51,17,31); }
div.DivClassName
{
background-color: #33111F;
}
.BgClassName
{
background-color: #33111F;
}
</style>
border-color css
<style>
span { border-color: #33111F; }
span { border-color: rgb(51,17,31); }
td.TdClassName
{
border-color: #33111F;
}
.TagClassName
{
border-color: #33111F;
}
</style>