Shades of Blackberry #37122A
Tints of Blackberry #37122A
RGB
CMYK
RGB Variations
Color information
#37122A (or 0x37122A) is known color: Blackberry. HEX triplet: 37, 12 and 2A. RGB value is (55,18,42). Sum of RGB (Red+Green+Blue) = 55+18+42=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #37122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37122A is #C8EDD5. Grayscale: #1F1F1F. Windows color (decimal): -13168086 or 2757175. OLE color: 2757175.
HSL color Cylindrical-coordinate representation of color #37122A: hue angle of 321.08º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37122A is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 18 | 42 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.78 |
| HSL | 321.08º | 0.51% | 0.14% | - |
| HSV(B) | 321.08º | 0.67% | 0.22% | - |
| XYZ | 2.21 | 1.41 | 2.35 | - |
| YUV | 31.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 18 | 42 | 0 | 0.67 | 0.24 | 0.78 | 321.08 | 0.51 | 0.14 |
| Hex | 37 | 12 | 2A | 0 | 43 | 18 | 4E | 141 | 33 | E |
| Octal | 67 | 22 | 52 | 0 | 103 | 30 | 116 | 501 | 63 | 16 |
| Binary | 110111 | 10010 | 101010 | 0 | 1000011 | 11000 | 1001110 | 101000001 | 110011 | 1110 |
Color Harmonies of #37122A
Complementary color
Monochromatic Colors of #37122A
Black with #37122A
Text Example
Text Example
White with #37122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37122A; }
p { color: rgb(55,18,42); }
H1.HeaderClassName
{
color: #37122A;
}
.AnyTagClassName
{
color: #37122A;
}
</style>
background-color css
<style>
a { background-color: #37122A; }
a { background-color: rgb(55,18,42); }
div.DivClassName
{
background-color: #37122A;
}
.BgClassName
{
background-color: #37122A;
}
</style>
border-color css
<style>
span { border-color: #37122A; }
span { border-color: rgb(55,18,42); }
td.TdClassName
{
border-color: #37122A;
}
.TagClassName
{
border-color: #37122A;
}
</style>