Shades of Blackberry #370322
Tints of Blackberry #370322
RGB
CMYK
RGB Variations
Color information
#370322 (or 0x370322) is known color: Blackberry. HEX triplet: 37, 03 and 22. RGB value is (55,3,34). Sum of RGB (Red+Green+Blue) = 55+3+34=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 34 (13.67% from 255 or 36.96% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #370322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370322 is #C8FCDD. Grayscale: #161616. Windows color (decimal): -13171934 or 2229047. OLE color: 2229047.
HSL color Cylindrical-coordinate representation of color #370322: hue angle of 324.23º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370322 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 3 | 34 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.78 |
| HSL | 324.23º | 0.9% | 0.11% | - |
| HSV(B) | 324.23º | 0.95% | 0.22% | - |
| XYZ | 1.9 | 0.99 | 1.61 | - |
| YUV | 22.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 34 | 0 | 0.95 | 0.38 | 0.78 | 324.23 | 0.9 | 0.11 |
| Hex | 37 | 3 | 22 | 0 | 5F | 26 | 4E | 144 | 5A | B |
| Octal | 67 | 3 | 42 | 0 | 137 | 46 | 116 | 504 | 132 | 13 |
| Binary | 110111 | 11 | 100010 | 0 | 1011111 | 100110 | 1001110 | 101000100 | 1011010 | 1011 |
Color Harmonies of #370322
Complementary color
Monochromatic Colors of #370322
Black with #370322
Text Example
Text Example
White with #370322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370322; }
p { color: rgb(55,3,34); }
H1.HeaderClassName
{
color: #370322;
}
.AnyTagClassName
{
color: #370322;
}
</style>
background-color css
<style>
a { background-color: #370322; }
a { background-color: rgb(55,3,34); }
div.DivClassName
{
background-color: #370322;
}
.BgClassName
{
background-color: #370322;
}
</style>
border-color css
<style>
span { border-color: #370322; }
span { border-color: rgb(55,3,34); }
td.TdClassName
{
border-color: #370322;
}
.TagClassName
{
border-color: #370322;
}
</style>