Shades of Blackberry #37001E
Tints of Blackberry #37001E
RGB
CMYK
RGB Variations
Color information
#37001E (or 0x37001E) is known color: Blackberry. HEX triplet: 37, 00 and 1E. RGB value is (55,0,30). Sum of RGB (Red+Green+Blue) = 55+0+30=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #37001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37001E is #C8FFE1. Grayscale: #131313. Windows color (decimal): -13172706 or 1966135. OLE color: 1966135.
HSL color Cylindrical-coordinate representation of color #37001E: hue angle of 327.27º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37001E is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.45 | 0.78 |
| HSL | 327.27º | 1% | 0.11% | - |
| HSV(B) | 327.27º | 1% | 0.22% | - |
| XYZ | 1.81 | 0.91 | 1.31 | - |
| YUV | 19.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 30 | 0 | 1 | 0.45 | 0.78 | 327.27 | 1 | 0.11 |
| Hex | 37 | 0 | 1E | 0 | 64 | 2D | 4E | 147 | 64 | B |
| Octal | 67 | 0 | 36 | 0 | 144 | 55 | 116 | 507 | 144 | 13 |
| Binary | 110111 | 0 | 11110 | 0 | 1100100 | 101101 | 1001110 | 101000111 | 1100100 | 1011 |
Color Harmonies of #37001E
Complementary color
Monochromatic Colors of #37001E
Black with #37001E
Text Example
Text Example
White with #37001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37001E; }
p { color: rgb(55,0,30); }
H1.HeaderClassName
{
color: #37001E;
}
.AnyTagClassName
{
color: #37001E;
}
</style>
background-color css
<style>
a { background-color: #37001E; }
a { background-color: rgb(55,0,30); }
div.DivClassName
{
background-color: #37001E;
}
.BgClassName
{
background-color: #37001E;
}
</style>
border-color css
<style>
span { border-color: #37001E; }
span { border-color: rgb(55,0,30); }
td.TdClassName
{
border-color: #37001E;
}
.TagClassName
{
border-color: #37001E;
}
</style>