Shades of Blackberry #360521
Tints of Blackberry #360521
RGB
CMYK
RGB Variations
Color information
#360521 (or 0x360521) is known color: Blackberry. HEX triplet: 36, 05 and 21. RGB value is (54,5,33). Sum of RGB (Red+Green+Blue) = 54+5+33=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #360521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360521 is #C9FADE. Grayscale: #161616. Windows color (decimal): -13236959 or 2164022. OLE color: 2164022.
HSL color Cylindrical-coordinate representation of color #360521: hue angle of 325.71º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360521 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 5 | 33 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.79 |
| HSL | 325.71º | 0.83% | 0.12% | - |
| HSV(B) | 325.71º | 0.91% | 0.21% | - |
| XYZ | 1.85 | 1 | 1.53 | - |
| YUV | 22.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 33 | 0 | 0.91 | 0.39 | 0.79 | 325.71 | 0.83 | 0.12 |
| Hex | 36 | 5 | 21 | 0 | 5B | 27 | 4F | 146 | 53 | C |
| Octal | 66 | 5 | 41 | 0 | 133 | 47 | 117 | 506 | 123 | 14 |
| Binary | 110110 | 101 | 100001 | 0 | 1011011 | 100111 | 1001111 | 101000110 | 1010011 | 1100 |
Color Harmonies of #360521
Complementary color
Monochromatic Colors of #360521
Black with #360521
Text Example
Text Example
White with #360521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360521; }
p { color: rgb(54,5,33); }
H1.HeaderClassName
{
color: #360521;
}
.AnyTagClassName
{
color: #360521;
}
</style>
background-color css
<style>
a { background-color: #360521; }
a { background-color: rgb(54,5,33); }
div.DivClassName
{
background-color: #360521;
}
.BgClassName
{
background-color: #360521;
}
</style>
border-color css
<style>
span { border-color: #360521; }
span { border-color: rgb(54,5,33); }
td.TdClassName
{
border-color: #360521;
}
.TagClassName
{
border-color: #360521;
}
</style>