Shades of Blackberry #370124
Tints of Blackberry #370124
RGB
CMYK
RGB Variations
Color information
#370124 (or 0x370124) is known color: Blackberry. HEX triplet: 37, 01 and 24. RGB value is (55,1,36). Sum of RGB (Red+Green+Blue) = 55+1+36=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #370124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370124 is #C8FEDB. Grayscale: #151515. Windows color (decimal): -13172444 or 2359607. OLE color: 2359607.
HSL color Cylindrical-coordinate representation of color #370124: hue angle of 321.11º 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 #370124 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 1 | 36 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.78 |
| HSL | 321.11º | 0.96% | 0.11% | - |
| HSV(B) | 321.11º | 0.98% | 0.22% | - |
| XYZ | 1.9 | 0.96 | 1.75 | - |
| YUV | 21.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 36 | 0 | 0.98 | 0.35 | 0.78 | 321.11 | 0.96 | 0.11 |
| Hex | 37 | 1 | 24 | 0 | 62 | 23 | 4E | 141 | 60 | B |
| Octal | 67 | 1 | 44 | 0 | 142 | 43 | 116 | 501 | 140 | 13 |
| Binary | 110111 | 1 | 100100 | 0 | 1100010 | 100011 | 1001110 | 101000001 | 1100000 | 1011 |
Color Harmonies of #370124
Complementary color
Monochromatic Colors of #370124
Black with #370124
Text Example
Text Example
White with #370124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370124; }
p { color: rgb(55,1,36); }
H1.HeaderClassName
{
color: #370124;
}
.AnyTagClassName
{
color: #370124;
}
</style>
background-color css
<style>
a { background-color: #370124; }
a { background-color: rgb(55,1,36); }
div.DivClassName
{
background-color: #370124;
}
.BgClassName
{
background-color: #370124;
}
</style>
border-color css
<style>
span { border-color: #370124; }
span { border-color: rgb(55,1,36); }
td.TdClassName
{
border-color: #370124;
}
.TagClassName
{
border-color: #370124;
}
</style>