Shades of Blackberry #370F2C
Tints of Blackberry #370F2C
RGB
CMYK
RGB Variations
Color information
#370F2C (or 0x370F2C) is known color: Blackberry. HEX triplet: 37, 0F and 2C. RGB value is (55,15,44). Sum of RGB (Red+Green+Blue) = 55+15+44=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #370F2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F2C is #C8F0D3. Grayscale: #1E1E1E. Windows color (decimal): -13168852 or 2887479. OLE color: 2887479.
HSL color Cylindrical-coordinate representation of color #370F2C: hue angle of 316.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 #370F2C is Cyan = 0, Magento = 0.73, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 15 | 44 | - |
| CMYK | 0 | 0.73 | 0.2 | 0.78 |
| HSL | 316.5º | 0.57% | 0.14% | - |
| HSV(B) | 316.5º | 0.73% | 0.22% | - |
| XYZ | 2.2 | 1.34 | 2.52 | - |
| YUV | 30.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 44 | 0 | 0.73 | 0.2 | 0.78 | 316.5 | 0.57 | 0.14 |
| Hex | 37 | F | 2C | 0 | 49 | 14 | 4E | 13C | 39 | E |
| Octal | 67 | 17 | 54 | 0 | 111 | 24 | 116 | 474 | 71 | 16 |
| Binary | 110111 | 1111 | 101100 | 0 | 1001001 | 10100 | 1001110 | 100111100 | 111001 | 1110 |
Color Harmonies of #370F2C
Complementary color
Monochromatic Colors of #370F2C
Black with #370F2C
Text Example
Text Example
White with #370F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F2C; }
p { color: rgb(55,15,44); }
H1.HeaderClassName
{
color: #370F2C;
}
.AnyTagClassName
{
color: #370F2C;
}
</style>
background-color css
<style>
a { background-color: #370F2C; }
a { background-color: rgb(55,15,44); }
div.DivClassName
{
background-color: #370F2C;
}
.BgClassName
{
background-color: #370F2C;
}
</style>
border-color css
<style>
span { border-color: #370F2C; }
span { border-color: rgb(55,15,44); }
td.TdClassName
{
border-color: #370F2C;
}
.TagClassName
{
border-color: #370F2C;
}
</style>