Shades of Blackberry #360B24
Tints of Blackberry #360B24
RGB
CMYK
RGB Variations
Color information
#360B24 (or 0x360B24) is known color: Blackberry. HEX triplet: 36, 0B and 24. RGB value is (54,11,36). Sum of RGB (Red+Green+Blue) = 54+11+36=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #360B24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360B24 is #C9F4DB. Grayscale: #1A1A1A. Windows color (decimal): -13235420 or 2362166. OLE color: 2362166.
HSL color Cylindrical-coordinate representation of color #360B24: hue angle of 325.12º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360B24 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 36 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.79 |
| HSL | 325.12º | 0.66% | 0.13% | - |
| HSV(B) | 325.12º | 0.8% | 0.21% | - |
| XYZ | 1.96 | 1.15 | 1.79 | - |
| YUV | 26.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 36 | 0 | 0.80 | 0.33 | 0.79 | 325.12 | 0.66 | 0.13 |
| Hex | 36 | B | 24 | 0 | 50 | 21 | 4F | 145 | 42 | D |
| Octal | 66 | 13 | 44 | 0 | 120 | 41 | 117 | 505 | 102 | 15 |
| Binary | 110110 | 1011 | 100100 | 0 | 1010000 | 100001 | 1001111 | 101000101 | 1000010 | 1101 |
Color Harmonies of #360B24
Complementary color
Monochromatic Colors of #360B24
Black with #360B24
Text Example
Text Example
White with #360B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B24; }
p { color: rgb(54,11,36); }
H1.HeaderClassName
{
color: #360B24;
}
.AnyTagClassName
{
color: #360B24;
}
</style>
background-color css
<style>
a { background-color: #360B24; }
a { background-color: rgb(54,11,36); }
div.DivClassName
{
background-color: #360B24;
}
.BgClassName
{
background-color: #360B24;
}
</style>
border-color css
<style>
span { border-color: #360B24; }
span { border-color: rgb(54,11,36); }
td.TdClassName
{
border-color: #360B24;
}
.TagClassName
{
border-color: #360B24;
}
</style>