Shades of Blackberry #370028
Tints of Blackberry #370028
RGB
CMYK
RGB Variations
Color information
#370028 (or 0x370028) is known color: Blackberry. HEX triplet: 37, 00 and 28. RGB value is (55,0,40). Sum of RGB (Red+Green+Blue) = 55+0+40=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #370028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370028 is #C8FFD7. Grayscale: #141414. Windows color (decimal): -13172696 or 2621495. OLE color: 2621495.
HSL color Cylindrical-coordinate representation of color #370028: hue angle of 316.36º 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 #370028 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.27 | 0.78 |
| HSL | 316.36º | 1% | 0.11% | - |
| HSV(B) | 316.36º | 1% | 0.22% | - |
| XYZ | 1.96 | 0.97 | 2.09 | - |
| YUV | 21.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 40 | 0 | 1 | 0.27 | 0.78 | 316.36 | 1 | 0.11 |
| Hex | 37 | 0 | 28 | 0 | 64 | 1B | 4E | 13C | 64 | B |
| Octal | 67 | 0 | 50 | 0 | 144 | 33 | 116 | 474 | 144 | 13 |
| Binary | 110111 | 0 | 101000 | 0 | 1100100 | 11011 | 1001110 | 100111100 | 1100100 | 1011 |
Color Harmonies of #370028
Complementary color
Monochromatic Colors of #370028
Black with #370028
Text Example
Text Example
White with #370028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370028; }
p { color: rgb(55,0,40); }
H1.HeaderClassName
{
color: #370028;
}
.AnyTagClassName
{
color: #370028;
}
</style>
background-color css
<style>
a { background-color: #370028; }
a { background-color: rgb(55,0,40); }
div.DivClassName
{
background-color: #370028;
}
.BgClassName
{
background-color: #370028;
}
</style>
border-color css
<style>
span { border-color: #370028; }
span { border-color: rgb(55,0,40); }
td.TdClassName
{
border-color: #370028;
}
.TagClassName
{
border-color: #370028;
}
</style>