Shades of Blackberry #360B2D
Tints of Blackberry #360B2D
RGB
CMYK
RGB Variations
Color information
#360B2D (or 0x360B2D) is known color: Blackberry. HEX triplet: 36, 0B and 2D. RGB value is (54,11,45). Sum of RGB (Red+Green+Blue) = 54+11+45=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #360B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360B2D is #C9F4D2. Grayscale: #1B1B1B. Windows color (decimal): -13235411 or 2951990. OLE color: 2951990.
HSL color Cylindrical-coordinate representation of color #360B2D: hue angle of 312.56º 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 #360B2D is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 45 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.79 |
| HSL | 312.56º | 0.66% | 0.13% | - |
| HSV(B) | 312.56º | 0.8% | 0.21% | - |
| XYZ | 2.11 | 1.21 | 2.61 | - |
| YUV | 27.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 45 | 0 | 0.80 | 0.17 | 0.79 | 312.56 | 0.66 | 0.13 |
| Hex | 36 | B | 2D | 0 | 50 | 11 | 4F | 139 | 42 | D |
| Octal | 66 | 13 | 55 | 0 | 120 | 21 | 117 | 471 | 102 | 15 |
| Binary | 110110 | 1011 | 101101 | 0 | 1010000 | 10001 | 1001111 | 100111001 | 1000010 | 1101 |
Color Harmonies of #360B2D
Complementary color
Monochromatic Colors of #360B2D
Black with #360B2D
Text Example
Text Example
White with #360B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B2D; }
p { color: rgb(54,11,45); }
H1.HeaderClassName
{
color: #360B2D;
}
.AnyTagClassName
{
color: #360B2D;
}
</style>
background-color css
<style>
a { background-color: #360B2D; }
a { background-color: rgb(54,11,45); }
div.DivClassName
{
background-color: #360B2D;
}
.BgClassName
{
background-color: #360B2D;
}
</style>
border-color css
<style>
span { border-color: #360B2D; }
span { border-color: rgb(54,11,45); }
td.TdClassName
{
border-color: #360B2D;
}
.TagClassName
{
border-color: #360B2D;
}
</style>