Shades of Blackberry #360221
Tints of Blackberry #360221
RGB
CMYK
RGB Variations
Color information
#360221 (or 0x360221) is known color: Blackberry. HEX triplet: 36, 02 and 21. RGB value is (54,2,33). Sum of RGB (Red+Green+Blue) = 54+2+33=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #360221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360221 is #C9FDDE. Grayscale: #151515. Windows color (decimal): -13237727 or 2163254. OLE color: 2163254.
HSL color Cylindrical-coordinate representation of color #360221: hue angle of 324.23º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360221 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 2 | 33 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.79 |
| HSL | 324.23º | 0.93% | 0.11% | - |
| HSV(B) | 324.23º | 0.96% | 0.21% | - |
| XYZ | 1.82 | 0.94 | 1.52 | - |
| YUV | 21.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 33 | 0 | 0.96 | 0.39 | 0.79 | 324.23 | 0.93 | 0.11 |
| Hex | 36 | 2 | 21 | 0 | 60 | 27 | 4F | 144 | 5D | B |
| Octal | 66 | 2 | 41 | 0 | 140 | 47 | 117 | 504 | 135 | 13 |
| Binary | 110110 | 10 | 100001 | 0 | 1100000 | 100111 | 1001111 | 101000100 | 1011101 | 1011 |
Color Harmonies of #360221
Complementary color
Monochromatic Colors of #360221
Black with #360221
Text Example
Text Example
White with #360221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360221; }
p { color: rgb(54,2,33); }
H1.HeaderClassName
{
color: #360221;
}
.AnyTagClassName
{
color: #360221;
}
</style>
background-color css
<style>
a { background-color: #360221; }
a { background-color: rgb(54,2,33); }
div.DivClassName
{
background-color: #360221;
}
.BgClassName
{
background-color: #360221;
}
</style>
border-color css
<style>
span { border-color: #360221; }
span { border-color: rgb(54,2,33); }
td.TdClassName
{
border-color: #360221;
}
.TagClassName
{
border-color: #360221;
}
</style>