Shades of Blackberry #371B28
Tints of Blackberry #371B28
RGB
CMYK
RGB Variations
Color information
#371B28 (or 0x371B28) is known color: Blackberry. HEX triplet: 37, 1B and 28. RGB value is (55,27,40). Sum of RGB (Red+Green+Blue) = 55+27+40=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #371B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B28 is #C8E4D7. Grayscale: #242424. Windows color (decimal): -13165784 or 2628407. OLE color: 2628407.
HSL color Cylindrical-coordinate representation of color #371B28: hue angle of 332.14º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #371B28 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 27 | 40 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.78 |
| HSL | 332.14º | 0.34% | 0.16% | - |
| HSV(B) | 332.14º | 0.51% | 0.22% | - |
| XYZ | 2.35 | 1.75 | 2.22 | - |
| YUV | 36.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 40 | 0 | 0.51 | 0.27 | 0.78 | 332.14 | 0.34 | 0.16 |
| Hex | 37 | 1B | 28 | 0 | 33 | 1B | 4E | 14C | 22 | 10 |
| Octal | 67 | 33 | 50 | 0 | 63 | 33 | 116 | 514 | 42 | 20 |
| Binary | 110111 | 11011 | 101000 | 0 | 110011 | 11011 | 1001110 | 101001100 | 100010 | 10000 |
Color Harmonies of #371B28
Complementary color
Monochromatic Colors of #371B28
Black with #371B28
Text Example
Text Example
White with #371B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B28; }
p { color: rgb(55,27,40); }
H1.HeaderClassName
{
color: #371B28;
}
.AnyTagClassName
{
color: #371B28;
}
</style>
background-color css
<style>
a { background-color: #371B28; }
a { background-color: rgb(55,27,40); }
div.DivClassName
{
background-color: #371B28;
}
.BgClassName
{
background-color: #371B28;
}
</style>
border-color css
<style>
span { border-color: #371B28; }
span { border-color: rgb(55,27,40); }
td.TdClassName
{
border-color: #371B28;
}
.TagClassName
{
border-color: #371B28;
}
</style>