Shades of Blackberry #371628
Tints of Blackberry #371628
RGB
CMYK
RGB Variations
Color information
#371628 (or 0x371628) is known color: Blackberry. HEX triplet: 37, 16 and 28. RGB value is (55,22,40). Sum of RGB (Red+Green+Blue) = 55+22+40=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #371628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371628 is #C8E9D7. Grayscale: #212121. Windows color (decimal): -13167064 or 2627127. OLE color: 2627127.
HSL color Cylindrical-coordinate representation of color #371628: hue angle of 327.27º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #371628 is Cyan = 0, Magento = 0.6, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 22 | 40 | - |
| CMYK | 0 | 0.6 | 0.27 | 0.78 |
| HSL | 327.27º | 0.43% | 0.15% | - |
| HSV(B) | 327.27º | 0.6% | 0.22% | - |
| XYZ | 2.25 | 1.54 | 2.19 | - |
| YUV | 33.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 40 | 0 | 0.6 | 0.27 | 0.78 | 327.27 | 0.43 | 0.15 |
| Hex | 37 | 16 | 28 | 0 | 3C | 1B | 4E | 147 | 2B | F |
| Octal | 67 | 26 | 50 | 0 | 74 | 33 | 116 | 507 | 53 | 17 |
| Binary | 110111 | 10110 | 101000 | 0 | 111100 | 11011 | 1001110 | 101000111 | 101011 | 1111 |
Color Harmonies of #371628
Complementary color
Monochromatic Colors of #371628
Black with #371628
Text Example
Text Example
White with #371628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371628; }
p { color: rgb(55,22,40); }
H1.HeaderClassName
{
color: #371628;
}
.AnyTagClassName
{
color: #371628;
}
</style>
background-color css
<style>
a { background-color: #371628; }
a { background-color: rgb(55,22,40); }
div.DivClassName
{
background-color: #371628;
}
.BgClassName
{
background-color: #371628;
}
</style>
border-color css
<style>
span { border-color: #371628; }
span { border-color: rgb(55,22,40); }
td.TdClassName
{
border-color: #371628;
}
.TagClassName
{
border-color: #371628;
}
</style>