Shades of Blackberry #33071C
Tints of Blackberry #33071C
RGB
CMYK
RGB Variations
Color information
#33071C (or 0x33071C) is known color: Blackberry. HEX triplet: 33, 07 and 1C. RGB value is (51,7,28). Sum of RGB (Red+Green+Blue) = 51+7+28=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #33071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33071C is #CCF8E3. Grayscale: #161616. Windows color (decimal): -13433060 or 1836851. OLE color: 1836851.
HSL color Cylindrical-coordinate representation of color #33071C: hue angle of 331.36º 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 #33071C is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 7 | 28 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.8 |
| HSL | 331.36º | 0.76% | 0.11% | - |
| HSV(B) | 331.36º | 0.86% | 0.2% | - |
| XYZ | 1.65 | 0.94 | 1.19 | - |
| YUV | 22.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 28 | 0 | 0.86 | 0.45 | 0.8 | 331.36 | 0.76 | 0.11 |
| Hex | 33 | 7 | 1C | 0 | 56 | 2D | 50 | 14B | 4C | B |
| Octal | 63 | 7 | 34 | 0 | 126 | 55 | 120 | 513 | 114 | 13 |
| Binary | 110011 | 111 | 11100 | 0 | 1010110 | 101101 | 1010000 | 101001011 | 1001100 | 1011 |
Color Harmonies of #33071C
Complementary color
Monochromatic Colors of #33071C
Black with #33071C
Text Example
Text Example
White with #33071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33071C; }
p { color: rgb(51,7,28); }
H1.HeaderClassName
{
color: #33071C;
}
.AnyTagClassName
{
color: #33071C;
}
</style>
background-color css
<style>
a { background-color: #33071C; }
a { background-color: rgb(51,7,28); }
div.DivClassName
{
background-color: #33071C;
}
.BgClassName
{
background-color: #33071C;
}
</style>
border-color css
<style>
span { border-color: #33071C; }
span { border-color: rgb(51,7,28); }
td.TdClassName
{
border-color: #33071C;
}
.TagClassName
{
border-color: #33071C;
}
</style>