Shades of Blackberry #370F21
Tints of Blackberry #370F21
RGB
CMYK
RGB Variations
Color information
#370F21 (or 0x370F21) is known color: Blackberry. HEX triplet: 37, 0F and 21. RGB value is (55,15,33). Sum of RGB (Red+Green+Blue) = 55+15+33=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #370F21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F21 is #C8F0DE. Grayscale: #1C1C1C. Windows color (decimal): -13168863 or 2166583. OLE color: 2166583.
HSL color Cylindrical-coordinate representation of color #370F21: hue angle of 333º 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 #370F21 is Cyan = 0, Magento = 0.73, Yellow = 0.4 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 15 | 33 | - |
| CMYK | 0 | 0.73 | 0.4 | 0.78 |
| HSL | 333º | 0.57% | 0.14% | - |
| HSV(B) | 333º | 0.73% | 0.22% | - |
| XYZ | 2.02 | 1.26 | 1.58 | - |
| YUV | 29.01 | 130.25 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 33 | 0 | 0.73 | 0.4 | 0.78 | 333 | 0.57 | 0.14 |
| Hex | 37 | F | 21 | 0 | 49 | 28 | 4E | 14D | 39 | E |
| Octal | 67 | 17 | 41 | 0 | 111 | 50 | 116 | 515 | 71 | 16 |
| Binary | 110111 | 1111 | 100001 | 0 | 1001001 | 101000 | 1001110 | 101001101 | 111001 | 1110 |
Color Harmonies of #370F21
Complementary color
Monochromatic Colors of #370F21
Black with #370F21
Text Example
Text Example
White with #370F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F21; }
p { color: rgb(55,15,33); }
H1.HeaderClassName
{
color: #370F21;
}
.AnyTagClassName
{
color: #370F21;
}
</style>
background-color css
<style>
a { background-color: #370F21; }
a { background-color: rgb(55,15,33); }
div.DivClassName
{
background-color: #370F21;
}
.BgClassName
{
background-color: #370F21;
}
</style>
border-color css
<style>
span { border-color: #370F21; }
span { border-color: rgb(55,15,33); }
td.TdClassName
{
border-color: #370F21;
}
.TagClassName
{
border-color: #370F21;
}
</style>