Shades of Blackberry #370D25
Tints of Blackberry #370D25
RGB
CMYK
RGB Variations
Color information
#370D25 (or 0x370D25) is known color: Blackberry. HEX triplet: 37, 0D and 25. RGB value is (55,13,37). Sum of RGB (Red+Green+Blue) = 55+13+37=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #370D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D25 is #C8F2DA. Grayscale: #1C1C1C. Windows color (decimal): -13169371 or 2428215. OLE color: 2428215.
HSL color Cylindrical-coordinate representation of color #370D25: hue angle of 325.71º 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 #370D25 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 13 | 37 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.78 |
| HSL | 325.71º | 0.62% | 0.13% | - |
| HSV(B) | 325.71º | 0.76% | 0.22% | - |
| XYZ | 2.05 | 1.23 | 1.88 | - |
| YUV | 28.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 37 | 0 | 0.76 | 0.33 | 0.78 | 325.71 | 0.62 | 0.13 |
| Hex | 37 | D | 25 | 0 | 4C | 21 | 4E | 146 | 3E | D |
| Octal | 67 | 15 | 45 | 0 | 114 | 41 | 116 | 506 | 76 | 15 |
| Binary | 110111 | 1101 | 100101 | 0 | 1001100 | 100001 | 1001110 | 101000110 | 111110 | 1101 |
Color Harmonies of #370D25
Complementary color
Monochromatic Colors of #370D25
Black with #370D25
Text Example
Text Example
White with #370D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D25; }
p { color: rgb(55,13,37); }
H1.HeaderClassName
{
color: #370D25;
}
.AnyTagClassName
{
color: #370D25;
}
</style>
background-color css
<style>
a { background-color: #370D25; }
a { background-color: rgb(55,13,37); }
div.DivClassName
{
background-color: #370D25;
}
.BgClassName
{
background-color: #370D25;
}
</style>
border-color css
<style>
span { border-color: #370D25; }
span { border-color: rgb(55,13,37); }
td.TdClassName
{
border-color: #370D25;
}
.TagClassName
{
border-color: #370D25;
}
</style>