Shades of Blackberry #33061B
Tints of Blackberry #33061B
RGB
CMYK
RGB Variations
Color information
#33061B (or 0x33061B) is known color: Blackberry. HEX triplet: 33, 06 and 1B. RGB value is (51,6,27). Sum of RGB (Red+Green+Blue) = 51+6+27=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #33061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33061B is #CCF9E4. Grayscale: #151515. Windows color (decimal): -13433317 or 1771059. OLE color: 1771059.
HSL color Cylindrical-coordinate representation of color #33061B: hue angle of 332º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33061B is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 6 | 27 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.8 |
| HSL | 332º | 0.79% | 0.11% | - |
| HSV(B) | 332º | 0.88% | 0.2% | - |
| XYZ | 1.63 | 0.91 | 1.13 | - |
| YUV | 21.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 6 | 27 | 0 | 0.88 | 0.47 | 0.8 | 332 | 0.79 | 0.11 |
| Hex | 33 | 6 | 1B | 0 | 58 | 2F | 50 | 14C | 4F | B |
| Octal | 63 | 6 | 33 | 0 | 130 | 57 | 120 | 514 | 117 | 13 |
| Binary | 110011 | 110 | 11011 | 0 | 1011000 | 101111 | 1010000 | 101001100 | 1001111 | 1011 |
Color Harmonies of #33061B
Complementary color
Monochromatic Colors of #33061B
Black with #33061B
Text Example
Text Example
White with #33061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33061B; }
p { color: rgb(51,6,27); }
H1.HeaderClassName
{
color: #33061B;
}
.AnyTagClassName
{
color: #33061B;
}
</style>
background-color css
<style>
a { background-color: #33061B; }
a { background-color: rgb(51,6,27); }
div.DivClassName
{
background-color: #33061B;
}
.BgClassName
{
background-color: #33061B;
}
</style>
border-color css
<style>
span { border-color: #33061B; }
span { border-color: rgb(51,6,27); }
td.TdClassName
{
border-color: #33061B;
}
.TagClassName
{
border-color: #33061B;
}
</style>