Shades of Blackberry #360D2B
Tints of Blackberry #360D2B
RGB
CMYK
RGB Variations
Color information
#360D2B (or 0x360D2B) is known color: Blackberry. HEX triplet: 36, 0D and 2B. RGB value is (54,13,43). Sum of RGB (Red+Green+Blue) = 54+13+43=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #360D2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D2B is #C9F2D4. Grayscale: #1C1C1C. Windows color (decimal): -13234901 or 2821430. OLE color: 2821430.
HSL color Cylindrical-coordinate representation of color #360D2B: hue angle of 316.1º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #360D2B is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 13 | 43 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.79 |
| HSL | 316.1º | 0.61% | 0.13% | - |
| HSV(B) | 316.1º | 0.76% | 0.21% | - |
| XYZ | 2.1 | 1.25 | 2.42 | - |
| YUV | 28.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 43 | 0 | 0.76 | 0.20 | 0.79 | 316.1 | 0.61 | 0.13 |
| Hex | 36 | D | 2B | 0 | 4C | 14 | 4F | 13C | 3D | D |
| Octal | 66 | 15 | 53 | 0 | 114 | 24 | 117 | 474 | 75 | 15 |
| Binary | 110110 | 1101 | 101011 | 0 | 1001100 | 10100 | 1001111 | 100111100 | 111101 | 1101 |
Color Harmonies of #360D2B
Complementary color
Monochromatic Colors of #360D2B
Black with #360D2B
Text Example
Text Example
White with #360D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D2B; }
p { color: rgb(54,13,43); }
H1.HeaderClassName
{
color: #360D2B;
}
.AnyTagClassName
{
color: #360D2B;
}
</style>
background-color css
<style>
a { background-color: #360D2B; }
a { background-color: rgb(54,13,43); }
div.DivClassName
{
background-color: #360D2B;
}
.BgClassName
{
background-color: #360D2B;
}
</style>
border-color css
<style>
span { border-color: #360D2B; }
span { border-color: rgb(54,13,43); }
td.TdClassName
{
border-color: #360D2B;
}
.TagClassName
{
border-color: #360D2B;
}
</style>