Shades of Blackberry #371428
Tints of Blackberry #371428
RGB
CMYK
RGB Variations
Color information
#371428 (or 0x371428) is known color: Blackberry. HEX triplet: 37, 14 and 28. RGB value is (55,20,40). Sum of RGB (Red+Green+Blue) = 55+20+40=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #371428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371428 is #C8EBD7. Grayscale: #202020. Windows color (decimal): -13167576 or 2626615. OLE color: 2626615.
HSL color Cylindrical-coordinate representation of color #371428: hue angle of 325.71º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #371428 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 20 | 40 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.78 |
| HSL | 325.71º | 0.47% | 0.15% | - |
| HSV(B) | 325.71º | 0.64% | 0.22% | - |
| XYZ | 2.21 | 1.47 | 2.17 | - |
| YUV | 32.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 20 | 40 | 0 | 0.64 | 0.27 | 0.78 | 325.71 | 0.47 | 0.15 |
| Hex | 37 | 14 | 28 | 0 | 40 | 1B | 4E | 146 | 2F | F |
| Octal | 67 | 24 | 50 | 0 | 100 | 33 | 116 | 506 | 57 | 17 |
| Binary | 110111 | 10100 | 101000 | 0 | 1000000 | 11011 | 1001110 | 101000110 | 101111 | 1111 |
Color Harmonies of #371428
Complementary color
Monochromatic Colors of #371428
Black with #371428
Text Example
Text Example
White with #371428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371428; }
p { color: rgb(55,20,40); }
H1.HeaderClassName
{
color: #371428;
}
.AnyTagClassName
{
color: #371428;
}
</style>
background-color css
<style>
a { background-color: #371428; }
a { background-color: rgb(55,20,40); }
div.DivClassName
{
background-color: #371428;
}
.BgClassName
{
background-color: #371428;
}
</style>
border-color css
<style>
span { border-color: #371428; }
span { border-color: rgb(55,20,40); }
td.TdClassName
{
border-color: #371428;
}
.TagClassName
{
border-color: #371428;
}
</style>