Shades of Blackberry #370F25
Tints of Blackberry #370F25
RGB
CMYK
RGB Variations
Color information
#370F25 (or 0x370F25) is known color: Blackberry. HEX triplet: 37, 0F and 25. RGB value is (55,15,37). Sum of RGB (Red+Green+Blue) = 55+15+37=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #370F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F25 is #C8F0DA. Grayscale: #1D1D1D. Windows color (decimal): -13168859 or 2428727. OLE color: 2428727.
HSL color Cylindrical-coordinate representation of color #370F25: hue angle of 327º 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 #370F25 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 15 | 37 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.78 |
| HSL | 327º | 0.57% | 0.14% | - |
| HSV(B) | 327º | 0.73% | 0.22% | - |
| XYZ | 2.08 | 1.29 | 1.89 | - |
| YUV | 29.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 37 | 0 | 0.73 | 0.33 | 0.78 | 327 | 0.57 | 0.14 |
| Hex | 37 | F | 25 | 0 | 49 | 21 | 4E | 147 | 39 | E |
| Octal | 67 | 17 | 45 | 0 | 111 | 41 | 116 | 507 | 71 | 16 |
| Binary | 110111 | 1111 | 100101 | 0 | 1001001 | 100001 | 1001110 | 101000111 | 111001 | 1110 |
Color Harmonies of #370F25
Complementary color
Monochromatic Colors of #370F25
Black with #370F25
Text Example
Text Example
White with #370F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F25; }
p { color: rgb(55,15,37); }
H1.HeaderClassName
{
color: #370F25;
}
.AnyTagClassName
{
color: #370F25;
}
</style>
background-color css
<style>
a { background-color: #370F25; }
a { background-color: rgb(55,15,37); }
div.DivClassName
{
background-color: #370F25;
}
.BgClassName
{
background-color: #370F25;
}
</style>
border-color css
<style>
span { border-color: #370F25; }
span { border-color: rgb(55,15,37); }
td.TdClassName
{
border-color: #370F25;
}
.TagClassName
{
border-color: #370F25;
}
</style>