Shades of Blackberry #33072A
Tints of Blackberry #33072A
RGB
CMYK
RGB Variations
Color information
#33072A (or 0x33072A) is known color: Blackberry. HEX triplet: 33, 07 and 2A. RGB value is (51,7,42). Sum of RGB (Red+Green+Blue) = 51+7+42=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #33072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33072A is #CCF8D5. Grayscale: #181818. Windows color (decimal): -13433046 or 2754355. OLE color: 2754355.
HSL color Cylindrical-coordinate representation of color #33072A: hue angle of 312.27º 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 #33072A is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 7 | 42 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.8 |
| HSL | 312.27º | 0.76% | 0.11% | - |
| HSV(B) | 312.27º | 0.86% | 0.2% | - |
| XYZ | 1.86 | 1.02 | 2.29 | - |
| YUV | 24.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 42 | 0 | 0.86 | 0.18 | 0.8 | 312.27 | 0.76 | 0.11 |
| Hex | 33 | 7 | 2A | 0 | 56 | 12 | 50 | 138 | 4C | B |
| Octal | 63 | 7 | 52 | 0 | 126 | 22 | 120 | 470 | 114 | 13 |
| Binary | 110011 | 111 | 101010 | 0 | 1010110 | 10010 | 1010000 | 100111000 | 1001100 | 1011 |
Color Harmonies of #33072A
Complementary color
Monochromatic Colors of #33072A
Black with #33072A
Text Example
Text Example
White with #33072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33072A; }
p { color: rgb(51,7,42); }
H1.HeaderClassName
{
color: #33072A;
}
.AnyTagClassName
{
color: #33072A;
}
</style>
background-color css
<style>
a { background-color: #33072A; }
a { background-color: rgb(51,7,42); }
div.DivClassName
{
background-color: #33072A;
}
.BgClassName
{
background-color: #33072A;
}
</style>
border-color css
<style>
span { border-color: #33072A; }
span { border-color: rgb(51,7,42); }
td.TdClassName
{
border-color: #33072A;
}
.TagClassName
{
border-color: #33072A;
}
</style>