Shades of Blackberry #370A25
Tints of Blackberry #370A25
RGB
CMYK
RGB Variations
Color information
#370A25 (or 0x370A25) is known color: Blackberry. HEX triplet: 37, 0A and 25. RGB value is (55,10,37). Sum of RGB (Red+Green+Blue) = 55+10+37=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #370A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A25 is #C8F5DA. Grayscale: #1A1A1A. Windows color (decimal): -13170139 or 2427447. OLE color: 2427447.
HSL color Cylindrical-coordinate representation of color #370A25: hue angle of 324º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #370A25 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 10 | 37 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.78 |
| HSL | 324º | 0.69% | 0.13% | - |
| HSV(B) | 324º | 0.82% | 0.22% | - |
| XYZ | 2.02 | 1.16 | 1.87 | - |
| YUV | 26.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 37 | 0 | 0.82 | 0.33 | 0.78 | 324 | 0.69 | 0.13 |
| Hex | 37 | A | 25 | 0 | 52 | 21 | 4E | 144 | 45 | D |
| Octal | 67 | 12 | 45 | 0 | 122 | 41 | 116 | 504 | 105 | 15 |
| Binary | 110111 | 1010 | 100101 | 0 | 1010010 | 100001 | 1001110 | 101000100 | 1000101 | 1101 |
Color Harmonies of #370A25
Complementary color
Monochromatic Colors of #370A25
Black with #370A25
Text Example
Text Example
White with #370A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A25; }
p { color: rgb(55,10,37); }
H1.HeaderClassName
{
color: #370A25;
}
.AnyTagClassName
{
color: #370A25;
}
</style>
background-color css
<style>
a { background-color: #370A25; }
a { background-color: rgb(55,10,37); }
div.DivClassName
{
background-color: #370A25;
}
.BgClassName
{
background-color: #370A25;
}
</style>
border-color css
<style>
span { border-color: #370A25; }
span { border-color: rgb(55,10,37); }
td.TdClassName
{
border-color: #370A25;
}
.TagClassName
{
border-color: #370A25;
}
</style>