Shades of Blackberry #370020
Tints of Blackberry #370020
RGB
CMYK
RGB Variations
Color information
#370020 (or 0x370020) is known color: Blackberry. HEX triplet: 37, 00 and 20. RGB value is (55,0,32). Sum of RGB (Red+Green+Blue) = 55+0+32=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #370020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370020 is #C8FFDF. Grayscale: #141414. Windows color (decimal): -13172704 or 2097207. OLE color: 2097207.
HSL color Cylindrical-coordinate representation of color #370020: hue angle of 325.09º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370020 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.42 | 0.78 |
| HSL | 325.09º | 1% | 0.11% | - |
| HSV(B) | 325.09º | 1% | 0.22% | - |
| XYZ | 1.84 | 0.92 | 1.45 | - |
| YUV | 20.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 32 | 0 | 1 | 0.42 | 0.78 | 325.09 | 1 | 0.11 |
| Hex | 37 | 0 | 20 | 0 | 64 | 2A | 4E | 145 | 64 | B |
| Octal | 67 | 0 | 40 | 0 | 144 | 52 | 116 | 505 | 144 | 13 |
| Binary | 110111 | 0 | 100000 | 0 | 1100100 | 101010 | 1001110 | 101000101 | 1100100 | 1011 |
Color Harmonies of #370020
Complementary color
Monochromatic Colors of #370020
Black with #370020
Text Example
Text Example
White with #370020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370020; }
p { color: rgb(55,0,32); }
H1.HeaderClassName
{
color: #370020;
}
.AnyTagClassName
{
color: #370020;
}
</style>
background-color css
<style>
a { background-color: #370020; }
a { background-color: rgb(55,0,32); }
div.DivClassName
{
background-color: #370020;
}
.BgClassName
{
background-color: #370020;
}
</style>
border-color css
<style>
span { border-color: #370020; }
span { border-color: rgb(55,0,32); }
td.TdClassName
{
border-color: #370020;
}
.TagClassName
{
border-color: #370020;
}
</style>