Shades of Blackberry #360C2B
Tints of Blackberry #360C2B
RGB
CMYK
RGB Variations
Color information
#360C2B (or 0x360C2B) is known color: Blackberry. HEX triplet: 36, 0C and 2B. RGB value is (54,12,43). Sum of RGB (Red+Green+Blue) = 54+12+43=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #360C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C2B is #C9F3D4. Grayscale: #1C1C1C. Windows color (decimal): -13235157 or 2821174. OLE color: 2821174.
HSL color Cylindrical-coordinate representation of color #360C2B: hue angle of 315.71º 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 #360C2B is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 43 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.79 |
| HSL | 315.71º | 0.64% | 0.13% | - |
| HSV(B) | 315.71º | 0.78% | 0.21% | - |
| XYZ | 2.09 | 1.22 | 2.41 | - |
| YUV | 28.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 43 | 0 | 0.78 | 0.20 | 0.79 | 315.71 | 0.64 | 0.13 |
| Hex | 36 | C | 2B | 0 | 4E | 14 | 4F | 13C | 40 | D |
| Octal | 66 | 14 | 53 | 0 | 116 | 24 | 117 | 474 | 100 | 15 |
| Binary | 110110 | 1100 | 101011 | 0 | 1001110 | 10100 | 1001111 | 100111100 | 1000000 | 1101 |
Color Harmonies of #360C2B
Complementary color
Monochromatic Colors of #360C2B
Black with #360C2B
Text Example
Text Example
White with #360C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C2B; }
p { color: rgb(54,12,43); }
H1.HeaderClassName
{
color: #360C2B;
}
.AnyTagClassName
{
color: #360C2B;
}
</style>
background-color css
<style>
a { background-color: #360C2B; }
a { background-color: rgb(54,12,43); }
div.DivClassName
{
background-color: #360C2B;
}
.BgClassName
{
background-color: #360C2B;
}
</style>
border-color css
<style>
span { border-color: #360C2B; }
span { border-color: rgb(54,12,43); }
td.TdClassName
{
border-color: #360C2B;
}
.TagClassName
{
border-color: #360C2B;
}
</style>