Shades of Blackberry #360D2C
Tints of Blackberry #360D2C
RGB
CMYK
RGB Variations
Color information
#360D2C (or 0x360D2C) is known color: Blackberry. HEX triplet: 36, 0D and 2C. RGB value is (54,13,44). Sum of RGB (Red+Green+Blue) = 54+13+44=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #360D2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D2C is #C9F2D3. Grayscale: #1C1C1C. Windows color (decimal): -13234900 or 2886966. OLE color: 2886966.
HSL color Cylindrical-coordinate representation of color #360D2C: hue angle of 314.63º 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 #360D2C is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 13 | 44 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.79 |
| HSL | 314.63º | 0.61% | 0.13% | - |
| HSV(B) | 314.63º | 0.76% | 0.21% | - |
| XYZ | 2.12 | 1.25 | 2.51 | - |
| YUV | 28.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 44 | 0 | 0.76 | 0.19 | 0.79 | 314.63 | 0.61 | 0.13 |
| Hex | 36 | D | 2C | 0 | 4C | 13 | 4F | 13B | 3D | D |
| Octal | 66 | 15 | 54 | 0 | 114 | 23 | 117 | 473 | 75 | 15 |
| Binary | 110110 | 1101 | 101100 | 0 | 1001100 | 10011 | 1001111 | 100111011 | 111101 | 1101 |
Color Harmonies of #360D2C
Complementary color
Monochromatic Colors of #360D2C
Black with #360D2C
Text Example
Text Example
White with #360D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D2C; }
p { color: rgb(54,13,44); }
H1.HeaderClassName
{
color: #360D2C;
}
.AnyTagClassName
{
color: #360D2C;
}
</style>
background-color css
<style>
a { background-color: #360D2C; }
a { background-color: rgb(54,13,44); }
div.DivClassName
{
background-color: #360D2C;
}
.BgClassName
{
background-color: #360D2C;
}
</style>
border-color css
<style>
span { border-color: #360D2C; }
span { border-color: rgb(54,13,44); }
td.TdClassName
{
border-color: #360D2C;
}
.TagClassName
{
border-color: #360D2C;
}
</style>