Shades of Blackberry #360E24
Tints of Blackberry #360E24
RGB
CMYK
RGB Variations
Color information
#360E24 (or 0x360E24) is known color: Blackberry. HEX triplet: 36, 0E and 24. RGB value is (54,14,36). Sum of RGB (Red+Green+Blue) = 54+14+36=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #360E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E24 is #C9F1DB. Grayscale: #1C1C1C. Windows color (decimal): -13234652 or 2362934. OLE color: 2362934.
HSL color Cylindrical-coordinate representation of color #360E24: hue angle of 327º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #360E24 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 14 | 36 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.79 |
| HSL | 327º | 0.59% | 0.13% | - |
| HSV(B) | 327º | 0.74% | 0.21% | - |
| XYZ | 2 | 1.23 | 1.8 | - |
| YUV | 28.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 36 | 0 | 0.74 | 0.33 | 0.79 | 327 | 0.59 | 0.13 |
| Hex | 36 | E | 24 | 0 | 4A | 21 | 4F | 147 | 3B | D |
| Octal | 66 | 16 | 44 | 0 | 112 | 41 | 117 | 507 | 73 | 15 |
| Binary | 110110 | 1110 | 100100 | 0 | 1001010 | 100001 | 1001111 | 101000111 | 111011 | 1101 |
Color Harmonies of #360E24
Complementary color
Monochromatic Colors of #360E24
Black with #360E24
Text Example
Text Example
White with #360E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E24; }
p { color: rgb(54,14,36); }
H1.HeaderClassName
{
color: #360E24;
}
.AnyTagClassName
{
color: #360E24;
}
</style>
background-color css
<style>
a { background-color: #360E24; }
a { background-color: rgb(54,14,36); }
div.DivClassName
{
background-color: #360E24;
}
.BgClassName
{
background-color: #360E24;
}
</style>
border-color css
<style>
span { border-color: #360E24; }
span { border-color: rgb(54,14,36); }
td.TdClassName
{
border-color: #360E24;
}
.TagClassName
{
border-color: #360E24;
}
</style>