Shades of Blackberry #370021
Tints of Blackberry #370021
RGB
CMYK
RGB Variations
Color information
#370021 (or 0x370021) is known color: Blackberry. HEX triplet: 37, 00 and 21. RGB value is (55,0,33). Sum of RGB (Red+Green+Blue) = 55+0+33=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #370021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370021 is #C8FFDE. Grayscale: #141414. Windows color (decimal): -13172703 or 2162743. OLE color: 2162743.
HSL color Cylindrical-coordinate representation of color #370021: hue angle of 324º 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 #370021 is Cyan = 0, Magento = 1, Yellow = 0.4 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.4 | 0.78 |
| HSL | 324º | 1% | 0.11% | - |
| HSV(B) | 324º | 1% | 0.22% | - |
| XYZ | 1.85 | 0.92 | 1.52 | - |
| YUV | 20.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 33 | 0 | 1 | 0.4 | 0.78 | 324 | 1 | 0.11 |
| Hex | 37 | 0 | 21 | 0 | 64 | 28 | 4E | 144 | 64 | B |
| Octal | 67 | 0 | 41 | 0 | 144 | 50 | 116 | 504 | 144 | 13 |
| Binary | 110111 | 0 | 100001 | 0 | 1100100 | 101000 | 1001110 | 101000100 | 1100100 | 1011 |
Color Harmonies of #370021
Complementary color
Monochromatic Colors of #370021
Black with #370021
Text Example
Text Example
White with #370021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370021; }
p { color: rgb(55,0,33); }
H1.HeaderClassName
{
color: #370021;
}
.AnyTagClassName
{
color: #370021;
}
</style>
background-color css
<style>
a { background-color: #370021; }
a { background-color: rgb(55,0,33); }
div.DivClassName
{
background-color: #370021;
}
.BgClassName
{
background-color: #370021;
}
</style>
border-color css
<style>
span { border-color: #370021; }
span { border-color: rgb(55,0,33); }
td.TdClassName
{
border-color: #370021;
}
.TagClassName
{
border-color: #370021;
}
</style>