Shades of Blackberry #36052B
Tints of Blackberry #36052B
RGB
CMYK
RGB Variations
Color information
#36052B (or 0x36052B) is known color: Blackberry. HEX triplet: 36, 05 and 2B. RGB value is (54,5,43). Sum of RGB (Red+Green+Blue) = 54+5+43=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #36052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36052B is #C9FAD4. Grayscale: #171717. Windows color (decimal): -13236949 or 2819382. OLE color: 2819382.
HSL color Cylindrical-coordinate representation of color #36052B: hue angle of 313.47º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36052B is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 5 | 43 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.79 |
| HSL | 313.47º | 0.83% | 0.12% | - |
| HSV(B) | 313.47º | 0.91% | 0.21% | - |
| XYZ | 2.01 | 1.07 | 2.39 | - |
| YUV | 23.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 43 | 0 | 0.91 | 0.20 | 0.79 | 313.47 | 0.83 | 0.12 |
| Hex | 36 | 5 | 2B | 0 | 5B | 14 | 4F | 139 | 53 | C |
| Octal | 66 | 5 | 53 | 0 | 133 | 24 | 117 | 471 | 123 | 14 |
| Binary | 110110 | 101 | 101011 | 0 | 1011011 | 10100 | 1001111 | 100111001 | 1010011 | 1100 |
Color Harmonies of #36052B
Complementary color
Monochromatic Colors of #36052B
Black with #36052B
Text Example
Text Example
White with #36052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36052B; }
p { color: rgb(54,5,43); }
H1.HeaderClassName
{
color: #36052B;
}
.AnyTagClassName
{
color: #36052B;
}
</style>
background-color css
<style>
a { background-color: #36052B; }
a { background-color: rgb(54,5,43); }
div.DivClassName
{
background-color: #36052B;
}
.BgClassName
{
background-color: #36052B;
}
</style>
border-color css
<style>
span { border-color: #36052B; }
span { border-color: rgb(54,5,43); }
td.TdClassName
{
border-color: #36052B;
}
.TagClassName
{
border-color: #36052B;
}
</style>