Shades of Blackberry #370221
Tints of Blackberry #370221
RGB
CMYK
RGB Variations
Color information
#370221 (or 0x370221) is known color: Blackberry. HEX triplet: 37, 02 and 21. RGB value is (55,2,33). Sum of RGB (Red+Green+Blue) = 55+2+33=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #370221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370221 is #C8FDDE. Grayscale: #151515. Windows color (decimal): -13172191 or 2163255. OLE color: 2163255.
HSL color Cylindrical-coordinate representation of color #370221: hue angle of 324.91º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370221 is Cyan = 0, Magento = 0.96, Yellow = 0.4 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 2 | 33 | - |
| CMYK | 0 | 0.96 | 0.4 | 0.78 |
| HSL | 324.91º | 0.93% | 0.11% | - |
| HSV(B) | 324.91º | 0.96% | 0.22% | - |
| XYZ | 1.87 | 0.97 | 1.53 | - |
| YUV | 21.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 33 | 0 | 0.96 | 0.4 | 0.78 | 324.91 | 0.93 | 0.11 |
| Hex | 37 | 2 | 21 | 0 | 60 | 28 | 4E | 145 | 5D | B |
| Octal | 67 | 2 | 41 | 0 | 140 | 50 | 116 | 505 | 135 | 13 |
| Binary | 110111 | 10 | 100001 | 0 | 1100000 | 101000 | 1001110 | 101000101 | 1011101 | 1011 |
Color Harmonies of #370221
Complementary color
Monochromatic Colors of #370221
Black with #370221
Text Example
Text Example
White with #370221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370221; }
p { color: rgb(55,2,33); }
H1.HeaderClassName
{
color: #370221;
}
.AnyTagClassName
{
color: #370221;
}
</style>
background-color css
<style>
a { background-color: #370221; }
a { background-color: rgb(55,2,33); }
div.DivClassName
{
background-color: #370221;
}
.BgClassName
{
background-color: #370221;
}
</style>
border-color css
<style>
span { border-color: #370221; }
span { border-color: rgb(55,2,33); }
td.TdClassName
{
border-color: #370221;
}
.TagClassName
{
border-color: #370221;
}
</style>