Shades of Blackberry #36152C
Tints of Blackberry #36152C
RGB
CMYK
RGB Variations
Color information
#36152C (or 0x36152C) is known color: Blackberry. HEX triplet: 36, 15 and 2C. RGB value is (54,21,44). Sum of RGB (Red+Green+Blue) = 54+21+44=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #36152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36152C is #C9EAD3. Grayscale: #212121. Windows color (decimal): -13232852 or 2889014. OLE color: 2889014.
HSL color Cylindrical-coordinate representation of color #36152C: hue angle of 318.18º 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 #36152C is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 21 | 44 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.79 |
| HSL | 318.18º | 0.44% | 0.15% | - |
| HSV(B) | 318.18º | 0.61% | 0.21% | - |
| XYZ | 2.24 | 1.5 | 2.55 | - |
| YUV | 33.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 44 | 0 | 0.61 | 0.19 | 0.79 | 318.18 | 0.44 | 0.15 |
| Hex | 36 | 15 | 2C | 0 | 3D | 13 | 4F | 13E | 2C | F |
| Octal | 66 | 25 | 54 | 0 | 75 | 23 | 117 | 476 | 54 | 17 |
| Binary | 110110 | 10101 | 101100 | 0 | 111101 | 10011 | 1001111 | 100111110 | 101100 | 1111 |
Color Harmonies of #36152C
Complementary color
Monochromatic Colors of #36152C
Black with #36152C
Text Example
Text Example
White with #36152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36152C; }
p { color: rgb(54,21,44); }
H1.HeaderClassName
{
color: #36152C;
}
.AnyTagClassName
{
color: #36152C;
}
</style>
background-color css
<style>
a { background-color: #36152C; }
a { background-color: rgb(54,21,44); }
div.DivClassName
{
background-color: #36152C;
}
.BgClassName
{
background-color: #36152C;
}
</style>
border-color css
<style>
span { border-color: #36152C; }
span { border-color: rgb(54,21,44); }
td.TdClassName
{
border-color: #36152C;
}
.TagClassName
{
border-color: #36152C;
}
</style>