Shades of Blackberry #37001C
Tints of Blackberry #37001C
RGB
CMYK
RGB Variations
Color information
#37001C (or 0x37001C) is known color: Blackberry. HEX triplet: 37, 00 and 1C. RGB value is (55,0,28). Sum of RGB (Red+Green+Blue) = 55+0+28=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #37001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37001C is #C8FFE3. Grayscale: #131313. Windows color (decimal): -13172708 or 1835063. OLE color: 1835063.
HSL color Cylindrical-coordinate representation of color #37001C: hue angle of 329.45º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37001C is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.49 | 0.78 |
| HSL | 329.45º | 1% | 0.11% | - |
| HSV(B) | 329.45º | 1% | 0.22% | - |
| XYZ | 1.79 | 0.9 | 1.18 | - |
| YUV | 19.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 28 | 0 | 1 | 0.49 | 0.78 | 329.45 | 1 | 0.11 |
| Hex | 37 | 0 | 1C | 0 | 64 | 31 | 4E | 149 | 64 | B |
| Octal | 67 | 0 | 34 | 0 | 144 | 61 | 116 | 511 | 144 | 13 |
| Binary | 110111 | 0 | 11100 | 0 | 1100100 | 110001 | 1001110 | 101001001 | 1100100 | 1011 |
Color Harmonies of #37001C
Complementary color
Monochromatic Colors of #37001C
Black with #37001C
Text Example
Text Example
White with #37001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37001C; }
p { color: rgb(55,0,28); }
H1.HeaderClassName
{
color: #37001C;
}
.AnyTagClassName
{
color: #37001C;
}
</style>
background-color css
<style>
a { background-color: #37001C; }
a { background-color: rgb(55,0,28); }
div.DivClassName
{
background-color: #37001C;
}
.BgClassName
{
background-color: #37001C;
}
</style>
border-color css
<style>
span { border-color: #37001C; }
span { border-color: rgb(55,0,28); }
td.TdClassName
{
border-color: #37001C;
}
.TagClassName
{
border-color: #37001C;
}
</style>