Shades of Blackberry #360E2B
Tints of Blackberry #360E2B
RGB
CMYK
RGB Variations
Color information
#360E2B (or 0x360E2B) is known color: Blackberry. HEX triplet: 36, 0E and 2B. RGB value is (54,14,43). Sum of RGB (Red+Green+Blue) = 54+14+43=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #360E2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E2B is #C9F1D4. Grayscale: #1D1D1D. Windows color (decimal): -13234645 or 2821686. OLE color: 2821686.
HSL color Cylindrical-coordinate representation of color #360E2B: hue angle of 316.5º 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 #360E2B is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 14 | 43 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.79 |
| HSL | 316.5º | 0.59% | 0.13% | - |
| HSV(B) | 316.5º | 0.74% | 0.21% | - |
| XYZ | 2.11 | 1.27 | 2.42 | - |
| YUV | 29.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 43 | 0 | 0.74 | 0.20 | 0.79 | 316.5 | 0.59 | 0.13 |
| Hex | 36 | E | 2B | 0 | 4A | 14 | 4F | 13C | 3B | D |
| Octal | 66 | 16 | 53 | 0 | 112 | 24 | 117 | 474 | 73 | 15 |
| Binary | 110110 | 1110 | 101011 | 0 | 1001010 | 10100 | 1001111 | 100111100 | 111011 | 1101 |
Color Harmonies of #360E2B
Complementary color
Monochromatic Colors of #360E2B
Black with #360E2B
Text Example
Text Example
White with #360E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E2B; }
p { color: rgb(54,14,43); }
H1.HeaderClassName
{
color: #360E2B;
}
.AnyTagClassName
{
color: #360E2B;
}
</style>
background-color css
<style>
a { background-color: #360E2B; }
a { background-color: rgb(54,14,43); }
div.DivClassName
{
background-color: #360E2B;
}
.BgClassName
{
background-color: #360E2B;
}
</style>
border-color css
<style>
span { border-color: #360E2B; }
span { border-color: rgb(54,14,43); }
td.TdClassName
{
border-color: #360E2B;
}
.TagClassName
{
border-color: #360E2B;
}
</style>