Shades of Blackberry #36082B
Tints of Blackberry #36082B
RGB
CMYK
RGB Variations
Color information
#36082B (or 0x36082B) is known color: Blackberry. HEX triplet: 36, 08 and 2B. RGB value is (54,8,43). Sum of RGB (Red+Green+Blue) = 54+8+43=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #36082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36082B is #C9F7D4. Grayscale: #191919. Windows color (decimal): -13236181 or 2820150. OLE color: 2820150.
HSL color Cylindrical-coordinate representation of color #36082B: hue angle of 314.35º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36082B is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 8 | 43 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.79 |
| HSL | 314.35º | 0.74% | 0.12% | - |
| HSV(B) | 314.35º | 0.85% | 0.21% | - |
| XYZ | 2.04 | 1.13 | 2.4 | - |
| YUV | 25.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 43 | 0 | 0.85 | 0.20 | 0.79 | 314.35 | 0.74 | 0.12 |
| Hex | 36 | 8 | 2B | 0 | 55 | 14 | 4F | 13A | 4A | C |
| Octal | 66 | 10 | 53 | 0 | 125 | 24 | 117 | 472 | 112 | 14 |
| Binary | 110110 | 1000 | 101011 | 0 | 1010101 | 10100 | 1001111 | 100111010 | 1001010 | 1100 |
Color Harmonies of #36082B
Complementary color
Monochromatic Colors of #36082B
Black with #36082B
Text Example
Text Example
White with #36082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36082B; }
p { color: rgb(54,8,43); }
H1.HeaderClassName
{
color: #36082B;
}
.AnyTagClassName
{
color: #36082B;
}
</style>
background-color css
<style>
a { background-color: #36082B; }
a { background-color: rgb(54,8,43); }
div.DivClassName
{
background-color: #36082B;
}
.BgClassName
{
background-color: #36082B;
}
</style>
border-color css
<style>
span { border-color: #36082B; }
span { border-color: rgb(54,8,43); }
td.TdClassName
{
border-color: #36082B;
}
.TagClassName
{
border-color: #36082B;
}
</style>