Shades of Blackberry #370223
Tints of Blackberry #370223
RGB
CMYK
RGB Variations
Color information
#370223 (or 0x370223) is known color: Blackberry. HEX triplet: 37, 02 and 23. RGB value is (55,2,35). Sum of RGB (Red+Green+Blue) = 55+2+35=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 35 (14.06% from 255 or 38.04% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #370223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370223 is #C8FDDC. Grayscale: #151515. Windows color (decimal): -13172189 or 2294327. OLE color: 2294327.
HSL color Cylindrical-coordinate representation of color #370223: hue angle of 322.64º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370223 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 2 | 35 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.78 |
| HSL | 322.64º | 0.93% | 0.11% | - |
| HSV(B) | 322.64º | 0.96% | 0.22% | - |
| XYZ | 1.9 | 0.98 | 1.68 | - |
| YUV | 21.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 35 | 0 | 0.96 | 0.36 | 0.78 | 322.64 | 0.93 | 0.11 |
| Hex | 37 | 2 | 23 | 0 | 60 | 24 | 4E | 143 | 5D | B |
| Octal | 67 | 2 | 43 | 0 | 140 | 44 | 116 | 503 | 135 | 13 |
| Binary | 110111 | 10 | 100011 | 0 | 1100000 | 100100 | 1001110 | 101000011 | 1011101 | 1011 |
Color Harmonies of #370223
Complementary color
Monochromatic Colors of #370223
Black with #370223
Text Example
Text Example
White with #370223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370223; }
p { color: rgb(55,2,35); }
H1.HeaderClassName
{
color: #370223;
}
.AnyTagClassName
{
color: #370223;
}
</style>
background-color css
<style>
a { background-color: #370223; }
a { background-color: rgb(55,2,35); }
div.DivClassName
{
background-color: #370223;
}
.BgClassName
{
background-color: #370223;
}
</style>
border-color css
<style>
span { border-color: #370223; }
span { border-color: rgb(55,2,35); }
td.TdClassName
{
border-color: #370223;
}
.TagClassName
{
border-color: #370223;
}
</style>