Shades of Blackberry #360B2B
Tints of Blackberry #360B2B
RGB
CMYK
RGB Variations
Color information
#360B2B (or 0x360B2B) is known color: Blackberry. HEX triplet: 36, 0B and 2B. RGB value is (54,11,43). Sum of RGB (Red+Green+Blue) = 54+11+43=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #360B2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360B2B is #C9F4D4. Grayscale: #1B1B1B. Windows color (decimal): -13235413 or 2820918. OLE color: 2820918.
HSL color Cylindrical-coordinate representation of color #360B2B: hue angle of 315.35º 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 #360B2B is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 43 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.79 |
| HSL | 315.35º | 0.66% | 0.13% | - |
| HSV(B) | 315.35º | 0.8% | 0.21% | - |
| XYZ | 2.08 | 1.2 | 2.41 | - |
| YUV | 27.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 43 | 0 | 0.80 | 0.20 | 0.79 | 315.35 | 0.66 | 0.13 |
| Hex | 36 | B | 2B | 0 | 50 | 14 | 4F | 13B | 42 | D |
| Octal | 66 | 13 | 53 | 0 | 120 | 24 | 117 | 473 | 102 | 15 |
| Binary | 110110 | 1011 | 101011 | 0 | 1010000 | 10100 | 1001111 | 100111011 | 1000010 | 1101 |
Color Harmonies of #360B2B
Complementary color
Monochromatic Colors of #360B2B
Black with #360B2B
Text Example
Text Example
White with #360B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B2B; }
p { color: rgb(54,11,43); }
H1.HeaderClassName
{
color: #360B2B;
}
.AnyTagClassName
{
color: #360B2B;
}
</style>
background-color css
<style>
a { background-color: #360B2B; }
a { background-color: rgb(54,11,43); }
div.DivClassName
{
background-color: #360B2B;
}
.BgClassName
{
background-color: #360B2B;
}
</style>
border-color css
<style>
span { border-color: #360B2B; }
span { border-color: rgb(54,11,43); }
td.TdClassName
{
border-color: #360B2B;
}
.TagClassName
{
border-color: #360B2B;
}
</style>