Shades of Blackberry #370127
Tints of Blackberry #370127
RGB
CMYK
RGB Variations
Color information
#370127 (or 0x370127) is known color: Blackberry. HEX triplet: 37, 01 and 27. RGB value is (55,1,39). Sum of RGB (Red+Green+Blue) = 55+1+39=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #370127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370127 is #C8FED8. Grayscale: #151515. Windows color (decimal): -13172441 or 2556215. OLE color: 2556215.
HSL color Cylindrical-coordinate representation of color #370127: hue angle of 317.78º 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 #370127 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 1 | 39 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.78 |
| HSL | 317.78º | 0.96% | 0.11% | - |
| HSV(B) | 317.78º | 0.98% | 0.22% | - |
| XYZ | 1.95 | 0.98 | 2.01 | - |
| YUV | 21.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 39 | 0 | 0.98 | 0.29 | 0.78 | 317.78 | 0.96 | 0.11 |
| Hex | 37 | 1 | 27 | 0 | 62 | 1D | 4E | 13E | 60 | B |
| Octal | 67 | 1 | 47 | 0 | 142 | 35 | 116 | 476 | 140 | 13 |
| Binary | 110111 | 1 | 100111 | 0 | 1100010 | 11101 | 1001110 | 100111110 | 1100000 | 1011 |
Color Harmonies of #370127
Complementary color
Monochromatic Colors of #370127
Black with #370127
Text Example
Text Example
White with #370127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370127; }
p { color: rgb(55,1,39); }
H1.HeaderClassName
{
color: #370127;
}
.AnyTagClassName
{
color: #370127;
}
</style>
background-color css
<style>
a { background-color: #370127; }
a { background-color: rgb(55,1,39); }
div.DivClassName
{
background-color: #370127;
}
.BgClassName
{
background-color: #370127;
}
</style>
border-color css
<style>
span { border-color: #370127; }
span { border-color: rgb(55,1,39); }
td.TdClassName
{
border-color: #370127;
}
.TagClassName
{
border-color: #370127;
}
</style>