Shades of Blackberry #370D27
Tints of Blackberry #370D27
RGB
CMYK
RGB Variations
Color information
#370D27 (or 0x370D27) is known color: Blackberry. HEX triplet: 37, 0D and 27. RGB value is (55,13,39). Sum of RGB (Red+Green+Blue) = 55+13+39=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #370D27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D27 is #C8F2D8. Grayscale: #1C1C1C. Windows color (decimal): -13169369 or 2559287. OLE color: 2559287.
HSL color Cylindrical-coordinate representation of color #370D27: hue angle of 322.86º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #370D27 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 13 | 39 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.78 |
| HSL | 322.86º | 0.62% | 0.13% | - |
| HSV(B) | 322.86º | 0.76% | 0.22% | - |
| XYZ | 2.09 | 1.25 | 2.05 | - |
| YUV | 28.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 39 | 0 | 0.76 | 0.29 | 0.78 | 322.86 | 0.62 | 0.13 |
| Hex | 37 | D | 27 | 0 | 4C | 1D | 4E | 143 | 3E | D |
| Octal | 67 | 15 | 47 | 0 | 114 | 35 | 116 | 503 | 76 | 15 |
| Binary | 110111 | 1101 | 100111 | 0 | 1001100 | 11101 | 1001110 | 101000011 | 111110 | 1101 |
Color Harmonies of #370D27
Complementary color
Monochromatic Colors of #370D27
Black with #370D27
Text Example
Text Example
White with #370D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D27; }
p { color: rgb(55,13,39); }
H1.HeaderClassName
{
color: #370D27;
}
.AnyTagClassName
{
color: #370D27;
}
</style>
background-color css
<style>
a { background-color: #370D27; }
a { background-color: rgb(55,13,39); }
div.DivClassName
{
background-color: #370D27;
}
.BgClassName
{
background-color: #370D27;
}
</style>
border-color css
<style>
span { border-color: #370D27; }
span { border-color: rgb(55,13,39); }
td.TdClassName
{
border-color: #370D27;
}
.TagClassName
{
border-color: #370D27;
}
</style>