Shades of Blackberry #37012C
Tints of Blackberry #37012C
RGB
CMYK
RGB Variations
Color information
#37012C (or 0x37012C) is known color: Blackberry. HEX triplet: 37, 01 and 2C. RGB value is (55,1,44). Sum of RGB (Red+Green+Blue) = 55+1+44=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #37012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37012C is #C8FED3. Grayscale: #151515. Windows color (decimal): -13172436 or 2883895. OLE color: 2883895.
HSL color Cylindrical-coordinate representation of color #37012C: hue angle of 312.22º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #37012C is Cyan = 0, Magento = 0.98, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 1 | 44 | - |
| CMYK | 0 | 0.98 | 0.2 | 0.78 |
| HSL | 312.22º | 0.96% | 0.11% | - |
| HSV(B) | 312.22º | 0.98% | 0.22% | - |
| XYZ | 2.04 | 1.02 | 2.47 | - |
| YUV | 22.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 44 | 0 | 0.98 | 0.2 | 0.78 | 312.22 | 0.96 | 0.11 |
| Hex | 37 | 1 | 2C | 0 | 62 | 14 | 4E | 138 | 60 | B |
| Octal | 67 | 1 | 54 | 0 | 142 | 24 | 116 | 470 | 140 | 13 |
| Binary | 110111 | 1 | 101100 | 0 | 1100010 | 10100 | 1001110 | 100111000 | 1100000 | 1011 |
Color Harmonies of #37012C
Complementary color
Monochromatic Colors of #37012C
Black with #37012C
Text Example
Text Example
White with #37012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37012C; }
p { color: rgb(55,1,44); }
H1.HeaderClassName
{
color: #37012C;
}
.AnyTagClassName
{
color: #37012C;
}
</style>
background-color css
<style>
a { background-color: #37012C; }
a { background-color: rgb(55,1,44); }
div.DivClassName
{
background-color: #37012C;
}
.BgClassName
{
background-color: #37012C;
}
</style>
border-color css
<style>
span { border-color: #37012C; }
span { border-color: rgb(55,1,44); }
td.TdClassName
{
border-color: #37012C;
}
.TagClassName
{
border-color: #37012C;
}
</style>