Shades of Blackberry #360A2B
Tints of Blackberry #360A2B
RGB
CMYK
RGB Variations
Color information
#360A2B (or 0x360A2B) is known color: Blackberry. HEX triplet: 36, 0A and 2B. RGB value is (54,10,43). Sum of RGB (Red+Green+Blue) = 54+10+43=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #360A2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360A2B is #C9F5D4. Grayscale: #1A1A1A. Windows color (decimal): -13235669 or 2820662. OLE color: 2820662.
HSL color Cylindrical-coordinate representation of color #360A2B: hue angle of 315º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #360A2B is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 10 | 43 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.79 |
| HSL | 315º | 0.69% | 0.13% | - |
| HSV(B) | 315º | 0.81% | 0.21% | - |
| XYZ | 2.07 | 1.18 | 2.4 | - |
| YUV | 26.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 43 | 0 | 0.81 | 0.20 | 0.79 | 315 | 0.69 | 0.13 |
| Hex | 36 | A | 2B | 0 | 51 | 14 | 4F | 13B | 45 | D |
| Octal | 66 | 12 | 53 | 0 | 121 | 24 | 117 | 473 | 105 | 15 |
| Binary | 110110 | 1010 | 101011 | 0 | 1010001 | 10100 | 1001111 | 100111011 | 1000101 | 1101 |
Color Harmonies of #360A2B
Complementary color
Monochromatic Colors of #360A2B
Black with #360A2B
Text Example
Text Example
White with #360A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360A2B; }
p { color: rgb(54,10,43); }
H1.HeaderClassName
{
color: #360A2B;
}
.AnyTagClassName
{
color: #360A2B;
}
</style>
background-color css
<style>
a { background-color: #360A2B; }
a { background-color: rgb(54,10,43); }
div.DivClassName
{
background-color: #360A2B;
}
.BgClassName
{
background-color: #360A2B;
}
</style>
border-color css
<style>
span { border-color: #360A2B; }
span { border-color: rgb(54,10,43); }
td.TdClassName
{
border-color: #360A2B;
}
.TagClassName
{
border-color: #360A2B;
}
</style>