Shades of Blackberry #37001B
Tints of Blackberry #37001B
RGB
CMYK
RGB Variations
Color information
#37001B (or 0x37001B) is known color: Blackberry. HEX triplet: 37, 00 and 1B. RGB value is (55,0,27). Sum of RGB (Red+Green+Blue) = 55+0+27=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #37001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37001B is #C8FFE4. Grayscale: #131313. Windows color (decimal): -13172709 or 1769527. OLE color: 1769527.
HSL color Cylindrical-coordinate representation of color #37001B: hue angle of 330.55º 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 #37001B is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.51 | 0.78 |
| HSL | 330.55º | 1% | 0.11% | - |
| HSV(B) | 330.55º | 1% | 0.22% | - |
| XYZ | 1.77 | 0.89 | 1.12 | - |
| YUV | 19.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 27 | 0 | 1 | 0.51 | 0.78 | 330.55 | 1 | 0.11 |
| Hex | 37 | 0 | 1B | 0 | 64 | 33 | 4E | 14B | 64 | B |
| Octal | 67 | 0 | 33 | 0 | 144 | 63 | 116 | 513 | 144 | 13 |
| Binary | 110111 | 0 | 11011 | 0 | 1100100 | 110011 | 1001110 | 101001011 | 1100100 | 1011 |
Color Harmonies of #37001B
Complementary color
Monochromatic Colors of #37001B
Black with #37001B
Text Example
Text Example
White with #37001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37001B; }
p { color: rgb(55,0,27); }
H1.HeaderClassName
{
color: #37001B;
}
.AnyTagClassName
{
color: #37001B;
}
</style>
background-color css
<style>
a { background-color: #37001B; }
a { background-color: rgb(55,0,27); }
div.DivClassName
{
background-color: #37001B;
}
.BgClassName
{
background-color: #37001B;
}
</style>
border-color css
<style>
span { border-color: #37001B; }
span { border-color: rgb(55,0,27); }
td.TdClassName
{
border-color: #37001B;
}
.TagClassName
{
border-color: #37001B;
}
</style>