Shades of Blackberry #360C2D
Tints of Blackberry #360C2D
RGB
CMYK
RGB Variations
Color information
#360C2D (or 0x360C2D) is known color: Blackberry. HEX triplet: 36, 0C and 2D. RGB value is (54,12,45). Sum of RGB (Red+Green+Blue) = 54+12+45=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #360C2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C2D is #C9F3D2. Grayscale: #1C1C1C. Windows color (decimal): -13235155 or 2952246. OLE color: 2952246.
HSL color Cylindrical-coordinate representation of color #360C2D: hue angle of 312.86º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #360C2D is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 45 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.79 |
| HSL | 312.86º | 0.64% | 0.13% | - |
| HSV(B) | 312.86º | 0.78% | 0.21% | - |
| XYZ | 2.13 | 1.24 | 2.61 | - |
| YUV | 28.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 45 | 0 | 0.78 | 0.17 | 0.79 | 312.86 | 0.64 | 0.13 |
| Hex | 36 | C | 2D | 0 | 4E | 11 | 4F | 139 | 40 | D |
| Octal | 66 | 14 | 55 | 0 | 116 | 21 | 117 | 471 | 100 | 15 |
| Binary | 110110 | 1100 | 101101 | 0 | 1001110 | 10001 | 1001111 | 100111001 | 1000000 | 1101 |
Color Harmonies of #360C2D
Complementary color
Monochromatic Colors of #360C2D
Black with #360C2D
Text Example
Text Example
White with #360C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C2D; }
p { color: rgb(54,12,45); }
H1.HeaderClassName
{
color: #360C2D;
}
.AnyTagClassName
{
color: #360C2D;
}
</style>
background-color css
<style>
a { background-color: #360C2D; }
a { background-color: rgb(54,12,45); }
div.DivClassName
{
background-color: #360C2D;
}
.BgClassName
{
background-color: #360C2D;
}
</style>
border-color css
<style>
span { border-color: #360C2D; }
span { border-color: rgb(54,12,45); }
td.TdClassName
{
border-color: #360C2D;
}
.TagClassName
{
border-color: #360C2D;
}
</style>