Shades of Blackberry #37102B
Tints of Blackberry #37102B
RGB
CMYK
RGB Variations
Color information
#37102B (or 0x37102B) is known color: Blackberry. HEX triplet: 37, 10 and 2B. RGB value is (55,16,43). Sum of RGB (Red+Green+Blue) = 55+16+43=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #37102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37102B is #C8EFD4. Grayscale: #1E1E1E. Windows color (decimal): -13168597 or 2822199. OLE color: 2822199.
HSL color Cylindrical-coordinate representation of color #37102B: hue angle of 318.46º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37102B is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 16 | 43 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.78 |
| HSL | 318.46º | 0.55% | 0.14% | - |
| HSV(B) | 318.46º | 0.71% | 0.22% | - |
| XYZ | 2.2 | 1.36 | 2.43 | - |
| YUV | 30.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 43 | 0 | 0.71 | 0.22 | 0.78 | 318.46 | 0.55 | 0.14 |
| Hex | 37 | 10 | 2B | 0 | 47 | 16 | 4E | 13E | 37 | E |
| Octal | 67 | 20 | 53 | 0 | 107 | 26 | 116 | 476 | 67 | 16 |
| Binary | 110111 | 10000 | 101011 | 0 | 1000111 | 10110 | 1001110 | 100111110 | 110111 | 1110 |
Color Harmonies of #37102B
Complementary color
Monochromatic Colors of #37102B
Black with #37102B
Text Example
Text Example
White with #37102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37102B; }
p { color: rgb(55,16,43); }
H1.HeaderClassName
{
color: #37102B;
}
.AnyTagClassName
{
color: #37102B;
}
</style>
background-color css
<style>
a { background-color: #37102B; }
a { background-color: rgb(55,16,43); }
div.DivClassName
{
background-color: #37102B;
}
.BgClassName
{
background-color: #37102B;
}
</style>
border-color css
<style>
span { border-color: #37102B; }
span { border-color: rgb(55,16,43); }
td.TdClassName
{
border-color: #37102B;
}
.TagClassName
{
border-color: #37102B;
}
</style>