Shades of Blackberry #360424
Tints of Blackberry #360424
RGB
CMYK
RGB Variations
Color information
#360424 (or 0x360424) is known color: Blackberry. HEX triplet: 36, 04 and 24. RGB value is (54,4,36). Sum of RGB (Red+Green+Blue) = 54+4+36=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #360424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360424 is #C9FBDB. Grayscale: #161616. Windows color (decimal): -13237212 or 2360374. OLE color: 2360374.
HSL color Cylindrical-coordinate representation of color #360424: hue angle of 321.6º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360424 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 4 | 36 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.79 |
| HSL | 321.6º | 0.86% | 0.11% | - |
| HSV(B) | 321.6º | 0.93% | 0.21% | - |
| XYZ | 1.88 | 1 | 1.76 | - |
| YUV | 22.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 36 | 0 | 0.93 | 0.33 | 0.79 | 321.6 | 0.86 | 0.11 |
| Hex | 36 | 4 | 24 | 0 | 5D | 21 | 4F | 142 | 56 | B |
| Octal | 66 | 4 | 44 | 0 | 135 | 41 | 117 | 502 | 126 | 13 |
| Binary | 110110 | 100 | 100100 | 0 | 1011101 | 100001 | 1001111 | 101000010 | 1010110 | 1011 |
Color Harmonies of #360424
Complementary color
Monochromatic Colors of #360424
Black with #360424
Text Example
Text Example
White with #360424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360424; }
p { color: rgb(54,4,36); }
H1.HeaderClassName
{
color: #360424;
}
.AnyTagClassName
{
color: #360424;
}
</style>
background-color css
<style>
a { background-color: #360424; }
a { background-color: rgb(54,4,36); }
div.DivClassName
{
background-color: #360424;
}
.BgClassName
{
background-color: #360424;
}
</style>
border-color css
<style>
span { border-color: #360424; }
span { border-color: rgb(54,4,36); }
td.TdClassName
{
border-color: #360424;
}
.TagClassName
{
border-color: #360424;
}
</style>