Shades of Blackberry #370026
Tints of Blackberry #370026
RGB
CMYK
RGB Variations
Color information
#370026 (or 0x370026) is known color: Blackberry. HEX triplet: 37, 00 and 26. RGB value is (55,0,38). Sum of RGB (Red+Green+Blue) = 55+0+38=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #370026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370026 is #C8FFD9. Grayscale: #141414. Windows color (decimal): -13172698 or 2490423. OLE color: 2490423.
HSL color Cylindrical-coordinate representation of color #370026: hue angle of 318.55º 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 #370026 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 0 | 38 | - |
| CMYK | 0 | 1 | 0.31 | 0.78 |
| HSL | 318.55º | 1% | 0.11% | - |
| HSV(B) | 318.55º | 1% | 0.22% | - |
| XYZ | 1.93 | 0.95 | 1.92 | - |
| YUV | 20.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 38 | 0 | 1 | 0.31 | 0.78 | 318.55 | 1 | 0.11 |
| Hex | 37 | 0 | 26 | 0 | 64 | 1F | 4E | 13F | 64 | B |
| Octal | 67 | 0 | 46 | 0 | 144 | 37 | 116 | 477 | 144 | 13 |
| Binary | 110111 | 0 | 100110 | 0 | 1100100 | 11111 | 1001110 | 100111111 | 1100100 | 1011 |
Color Harmonies of #370026
Complementary color
Monochromatic Colors of #370026
Black with #370026
Text Example
Text Example
White with #370026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370026; }
p { color: rgb(55,0,38); }
H1.HeaderClassName
{
color: #370026;
}
.AnyTagClassName
{
color: #370026;
}
</style>
background-color css
<style>
a { background-color: #370026; }
a { background-color: rgb(55,0,38); }
div.DivClassName
{
background-color: #370026;
}
.BgClassName
{
background-color: #370026;
}
</style>
border-color css
<style>
span { border-color: #370026; }
span { border-color: rgb(55,0,38); }
td.TdClassName
{
border-color: #370026;
}
.TagClassName
{
border-color: #370026;
}
</style>