Shades of Blackberry #370F2D
Tints of Blackberry #370F2D
RGB
CMYK
RGB Variations
Color information
#370F2D (or 0x370F2D) is known color: Blackberry. HEX triplet: 37, 0F and 2D. RGB value is (55,15,45). Sum of RGB (Red+Green+Blue) = 55+15+45=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #370F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F2D is #C8F0D2. Grayscale: #1E1E1E. Windows color (decimal): -13168851 or 2953015. OLE color: 2953015.
HSL color Cylindrical-coordinate representation of color #370F2D: hue angle of 315º 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 #370F2D is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 15 | 45 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.78 |
| HSL | 315º | 0.57% | 0.14% | - |
| HSV(B) | 315º | 0.73% | 0.22% | - |
| XYZ | 2.22 | 1.34 | 2.62 | - |
| YUV | 30.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 45 | 0 | 0.73 | 0.18 | 0.78 | 315 | 0.57 | 0.14 |
| Hex | 37 | F | 2D | 0 | 49 | 12 | 4E | 13B | 39 | E |
| Octal | 67 | 17 | 55 | 0 | 111 | 22 | 116 | 473 | 71 | 16 |
| Binary | 110111 | 1111 | 101101 | 0 | 1001001 | 10010 | 1001110 | 100111011 | 111001 | 1110 |
Color Harmonies of #370F2D
Complementary color
Monochromatic Colors of #370F2D
Black with #370F2D
Text Example
Text Example
White with #370F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F2D; }
p { color: rgb(55,15,45); }
H1.HeaderClassName
{
color: #370F2D;
}
.AnyTagClassName
{
color: #370F2D;
}
</style>
background-color css
<style>
a { background-color: #370F2D; }
a { background-color: rgb(55,15,45); }
div.DivClassName
{
background-color: #370F2D;
}
.BgClassName
{
background-color: #370F2D;
}
</style>
border-color css
<style>
span { border-color: #370F2D; }
span { border-color: rgb(55,15,45); }
td.TdClassName
{
border-color: #370F2D;
}
.TagClassName
{
border-color: #370F2D;
}
</style>