Shades of Blackberry #370F24
Tints of Blackberry #370F24
RGB
CMYK
RGB Variations
Color information
#370F24 (or 0x370F24) is known color: Blackberry. HEX triplet: 37, 0F and 24. RGB value is (55,15,36). Sum of RGB (Red+Green+Blue) = 55+15+36=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #370F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F24 is #C8F0DB. Grayscale: #1D1D1D. Windows color (decimal): -13168860 or 2363191. OLE color: 2363191.
HSL color Cylindrical-coordinate representation of color #370F24: hue angle of 328.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #370F24 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 15 | 36 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.78 |
| HSL | 328.5º | 0.57% | 0.14% | - |
| HSV(B) | 328.5º | 0.73% | 0.22% | - |
| XYZ | 2.06 | 1.28 | 1.81 | - |
| YUV | 29.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 36 | 0 | 0.73 | 0.35 | 0.78 | 328.5 | 0.57 | 0.14 |
| Hex | 37 | F | 24 | 0 | 49 | 23 | 4E | 148 | 39 | E |
| Octal | 67 | 17 | 44 | 0 | 111 | 43 | 116 | 510 | 71 | 16 |
| Binary | 110111 | 1111 | 100100 | 0 | 1001001 | 100011 | 1001110 | 101001000 | 111001 | 1110 |
Color Harmonies of #370F24
Complementary color
Monochromatic Colors of #370F24
Black with #370F24
Text Example
Text Example
White with #370F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F24; }
p { color: rgb(55,15,36); }
H1.HeaderClassName
{
color: #370F24;
}
.AnyTagClassName
{
color: #370F24;
}
</style>
background-color css
<style>
a { background-color: #370F24; }
a { background-color: rgb(55,15,36); }
div.DivClassName
{
background-color: #370F24;
}
.BgClassName
{
background-color: #370F24;
}
</style>
border-color css
<style>
span { border-color: #370F24; }
span { border-color: rgb(55,15,36); }
td.TdClassName
{
border-color: #370F24;
}
.TagClassName
{
border-color: #370F24;
}
</style>