Shades of Blackberry #360528
Tints of Blackberry #360528
RGB
CMYK
RGB Variations
Color information
#360528 (or 0x360528) is known color: Blackberry. HEX triplet: 36, 05 and 28. RGB value is (54,5,40). Sum of RGB (Red+Green+Blue) = 54+5+40=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #360528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360528 is #C9FAD7. Grayscale: #171717. Windows color (decimal): -13236952 or 2622774. OLE color: 2622774.
HSL color Cylindrical-coordinate representation of color #360528: hue angle of 317.14º 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 #360528 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 5 | 40 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.79 |
| HSL | 317.14º | 0.83% | 0.12% | - |
| HSV(B) | 317.14º | 0.91% | 0.21% | - |
| XYZ | 1.96 | 1.05 | 2.11 | - |
| YUV | 23.64 | 137.23 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 40 | 0 | 0.91 | 0.26 | 0.79 | 317.14 | 0.83 | 0.12 |
| Hex | 36 | 5 | 28 | 0 | 5B | 1A | 4F | 13D | 53 | C |
| Octal | 66 | 5 | 50 | 0 | 133 | 32 | 117 | 475 | 123 | 14 |
| Binary | 110110 | 101 | 101000 | 0 | 1011011 | 11010 | 1001111 | 100111101 | 1010011 | 1100 |
Color Harmonies of #360528
Complementary color
Monochromatic Colors of #360528
Black with #360528
Text Example
Text Example
White with #360528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360528; }
p { color: rgb(54,5,40); }
H1.HeaderClassName
{
color: #360528;
}
.AnyTagClassName
{
color: #360528;
}
</style>
background-color css
<style>
a { background-color: #360528; }
a { background-color: rgb(54,5,40); }
div.DivClassName
{
background-color: #360528;
}
.BgClassName
{
background-color: #360528;
}
</style>
border-color css
<style>
span { border-color: #360528; }
span { border-color: rgb(54,5,40); }
td.TdClassName
{
border-color: #360528;
}
.TagClassName
{
border-color: #360528;
}
</style>