Shades of Blackberry #33051B
Tints of Blackberry #33051B
RGB
CMYK
RGB Variations
Color information
#33051B (or 0x33051B) is known color: Blackberry. HEX triplet: 33, 05 and 1B. RGB value is (51,5,27). Sum of RGB (Red+Green+Blue) = 51+5+27=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #33051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33051B is #CCFAE4. Grayscale: #151515. Windows color (decimal): -13433573 or 1770803. OLE color: 1770803.
HSL color Cylindrical-coordinate representation of color #33051B: hue angle of 331.3º 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 #33051B is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 5 | 27 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.8 |
| HSL | 331.3º | 0.82% | 0.11% | - |
| HSV(B) | 331.3º | 0.9% | 0.2% | - |
| XYZ | 1.62 | 0.89 | 1.12 | - |
| YUV | 21.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 27 | 0 | 0.90 | 0.47 | 0.8 | 331.3 | 0.82 | 0.11 |
| Hex | 33 | 5 | 1B | 0 | 5A | 2F | 50 | 14B | 52 | B |
| Octal | 63 | 5 | 33 | 0 | 132 | 57 | 120 | 513 | 122 | 13 |
| Binary | 110011 | 101 | 11011 | 0 | 1011010 | 101111 | 1010000 | 101001011 | 1010010 | 1011 |
Color Harmonies of #33051B
Complementary color
Monochromatic Colors of #33051B
Black with #33051B
Text Example
Text Example
White with #33051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33051B; }
p { color: rgb(51,5,27); }
H1.HeaderClassName
{
color: #33051B;
}
.AnyTagClassName
{
color: #33051B;
}
</style>
background-color css
<style>
a { background-color: #33051B; }
a { background-color: rgb(51,5,27); }
div.DivClassName
{
background-color: #33051B;
}
.BgClassName
{
background-color: #33051B;
}
</style>
border-color css
<style>
span { border-color: #33051B; }
span { border-color: rgb(51,5,27); }
td.TdClassName
{
border-color: #33051B;
}
.TagClassName
{
border-color: #33051B;
}
</style>