Shades of Blackberry #370528
Tints of Blackberry #370528
RGB
CMYK
RGB Variations
Color information
#370528 (or 0x370528) is known color: Blackberry. HEX triplet: 37, 05 and 28. RGB value is (55,5,40). Sum of RGB (Red+Green+Blue) = 55+5+40=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #370528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370528 is #C8FAD7. Grayscale: #171717. Windows color (decimal): -13171416 or 2622775. OLE color: 2622775.
HSL color Cylindrical-coordinate representation of color #370528: hue angle of 318º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370528 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 5 | 40 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.78 |
| HSL | 318º | 0.83% | 0.12% | - |
| HSV(B) | 318º | 0.91% | 0.22% | - |
| XYZ | 2.01 | 1.07 | 2.11 | - |
| YUV | 23.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 40 | 0 | 0.91 | 0.27 | 0.78 | 318 | 0.83 | 0.12 |
| Hex | 37 | 5 | 28 | 0 | 5B | 1B | 4E | 13E | 53 | C |
| Octal | 67 | 5 | 50 | 0 | 133 | 33 | 116 | 476 | 123 | 14 |
| Binary | 110111 | 101 | 101000 | 0 | 1011011 | 11011 | 1001110 | 100111110 | 1010011 | 1100 |
Color Harmonies of #370528
Complementary color
Monochromatic Colors of #370528
Black with #370528
Text Example
Text Example
White with #370528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370528; }
p { color: rgb(55,5,40); }
H1.HeaderClassName
{
color: #370528;
}
.AnyTagClassName
{
color: #370528;
}
</style>
background-color css
<style>
a { background-color: #370528; }
a { background-color: rgb(55,5,40); }
div.DivClassName
{
background-color: #370528;
}
.BgClassName
{
background-color: #370528;
}
</style>
border-color css
<style>
span { border-color: #370528; }
span { border-color: rgb(55,5,40); }
td.TdClassName
{
border-color: #370528;
}
.TagClassName
{
border-color: #370528;
}
</style>