Shades of Blackberry #370F2A
Tints of Blackberry #370F2A
RGB
CMYK
RGB Variations
Color information
#370F2A (or 0x370F2A) is known color: Blackberry. HEX triplet: 37, 0F and 2A. RGB value is (55,15,42). Sum of RGB (Red+Green+Blue) = 55+15+42=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #370F2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F2A is #C8F0D5. Grayscale: #1D1D1D. Windows color (decimal): -13168854 or 2756407. OLE color: 2756407.
HSL color Cylindrical-coordinate representation of color #370F2A: hue angle of 319.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 #370F2A is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 15 | 42 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.78 |
| HSL | 319.5º | 0.57% | 0.14% | - |
| HSV(B) | 319.5º | 0.73% | 0.22% | - |
| XYZ | 2.16 | 1.32 | 2.33 | - |
| YUV | 30.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 42 | 0 | 0.73 | 0.24 | 0.78 | 319.5 | 0.57 | 0.14 |
| Hex | 37 | F | 2A | 0 | 49 | 18 | 4E | 140 | 39 | E |
| Octal | 67 | 17 | 52 | 0 | 111 | 30 | 116 | 500 | 71 | 16 |
| Binary | 110111 | 1111 | 101010 | 0 | 1001001 | 11000 | 1001110 | 101000000 | 111001 | 1110 |
Color Harmonies of #370F2A
Complementary color
Monochromatic Colors of #370F2A
Black with #370F2A
Text Example
Text Example
White with #370F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F2A; }
p { color: rgb(55,15,42); }
H1.HeaderClassName
{
color: #370F2A;
}
.AnyTagClassName
{
color: #370F2A;
}
</style>
background-color css
<style>
a { background-color: #370F2A; }
a { background-color: rgb(55,15,42); }
div.DivClassName
{
background-color: #370F2A;
}
.BgClassName
{
background-color: #370F2A;
}
</style>
border-color css
<style>
span { border-color: #370F2A; }
span { border-color: rgb(55,15,42); }
td.TdClassName
{
border-color: #370F2A;
}
.TagClassName
{
border-color: #370F2A;
}
</style>