Shades of Blackberry #371422
Tints of Blackberry #371422
RGB
CMYK
RGB Variations
Color information
#371422 (or 0x371422) is known color: Blackberry. HEX triplet: 37, 14 and 22. RGB value is (55,20,34). Sum of RGB (Red+Green+Blue) = 55+20+34=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #371422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371422 is #C8EBDD. Grayscale: #202020. Windows color (decimal): -13167582 or 2233399. OLE color: 2233399.
HSL color Cylindrical-coordinate representation of color #371422: hue angle of 336º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #371422 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 20 | 34 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.78 |
| HSL | 336º | 0.47% | 0.15% | - |
| HSV(B) | 336º | 0.64% | 0.22% | - |
| XYZ | 2.11 | 1.43 | 1.68 | - |
| YUV | 32.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 20 | 34 | 0 | 0.64 | 0.38 | 0.78 | 336 | 0.47 | 0.15 |
| Hex | 37 | 14 | 22 | 0 | 40 | 26 | 4E | 150 | 2F | F |
| Octal | 67 | 24 | 42 | 0 | 100 | 46 | 116 | 520 | 57 | 17 |
| Binary | 110111 | 10100 | 100010 | 0 | 1000000 | 100110 | 1001110 | 101010000 | 101111 | 1111 |
Color Harmonies of #371422
Complementary color
Monochromatic Colors of #371422
Black with #371422
Text Example
Text Example
White with #371422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371422; }
p { color: rgb(55,20,34); }
H1.HeaderClassName
{
color: #371422;
}
.AnyTagClassName
{
color: #371422;
}
</style>
background-color css
<style>
a { background-color: #371422; }
a { background-color: rgb(55,20,34); }
div.DivClassName
{
background-color: #371422;
}
.BgClassName
{
background-color: #371422;
}
</style>
border-color css
<style>
span { border-color: #371422; }
span { border-color: rgb(55,20,34); }
td.TdClassName
{
border-color: #371422;
}
.TagClassName
{
border-color: #371422;
}
</style>