Shades of Blackberry #36152B
Tints of Blackberry #36152B
RGB
CMYK
RGB Variations
Color information
#36152B (or 0x36152B) is known color: Blackberry. HEX triplet: 36, 15 and 2B. RGB value is (54,21,43). Sum of RGB (Red+Green+Blue) = 54+21+43=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #36152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36152B is #C9EAD4. Grayscale: #212121. Windows color (decimal): -13232853 or 2823478. OLE color: 2823478.
HSL color Cylindrical-coordinate representation of color #36152B: hue angle of 320º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36152B is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 21 | 43 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.79 |
| HSL | 320º | 0.44% | 0.15% | - |
| HSV(B) | 320º | 0.61% | 0.21% | - |
| XYZ | 2.23 | 1.5 | 2.46 | - |
| YUV | 33.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 43 | 0 | 0.61 | 0.20 | 0.79 | 320 | 0.44 | 0.15 |
| Hex | 36 | 15 | 2B | 0 | 3D | 14 | 4F | 140 | 2C | F |
| Octal | 66 | 25 | 53 | 0 | 75 | 24 | 117 | 500 | 54 | 17 |
| Binary | 110110 | 10101 | 101011 | 0 | 111101 | 10100 | 1001111 | 101000000 | 101100 | 1111 |
Color Harmonies of #36152B
Complementary color
Monochromatic Colors of #36152B
Black with #36152B
Text Example
Text Example
White with #36152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36152B; }
p { color: rgb(54,21,43); }
H1.HeaderClassName
{
color: #36152B;
}
.AnyTagClassName
{
color: #36152B;
}
</style>
background-color css
<style>
a { background-color: #36152B; }
a { background-color: rgb(54,21,43); }
div.DivClassName
{
background-color: #36152B;
}
.BgClassName
{
background-color: #36152B;
}
</style>
border-color css
<style>
span { border-color: #36152B; }
span { border-color: rgb(54,21,43); }
td.TdClassName
{
border-color: #36152B;
}
.TagClassName
{
border-color: #36152B;
}
</style>