Shades of Blackberry #36081D
Tints of Blackberry #36081D
RGB
CMYK
RGB Variations
Color information
#36081D (or 0x36081D) is known color: Blackberry. HEX triplet: 36, 08 and 1D. RGB value is (54,8,29). Sum of RGB (Red+Green+Blue) = 54+8+29=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #36081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36081D is #C9F7E2. Grayscale: #181818. Windows color (decimal): -13236195 or 1902646. OLE color: 1902646.
HSL color Cylindrical-coordinate representation of color #36081D: hue angle of 332.61º 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 #36081D is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 8 | 29 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.79 |
| HSL | 332.61º | 0.74% | 0.12% | - |
| HSV(B) | 332.61º | 0.85% | 0.21% | - |
| XYZ | 1.83 | 1.05 | 1.27 | - |
| YUV | 24.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 29 | 0 | 0.85 | 0.46 | 0.79 | 332.61 | 0.74 | 0.12 |
| Hex | 36 | 8 | 1D | 0 | 55 | 2E | 4F | 14D | 4A | C |
| Octal | 66 | 10 | 35 | 0 | 125 | 56 | 117 | 515 | 112 | 14 |
| Binary | 110110 | 1000 | 11101 | 0 | 1010101 | 101110 | 1001111 | 101001101 | 1001010 | 1100 |
Color Harmonies of #36081D
Complementary color
Monochromatic Colors of #36081D
Black with #36081D
Text Example
Text Example
White with #36081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36081D; }
p { color: rgb(54,8,29); }
H1.HeaderClassName
{
color: #36081D;
}
.AnyTagClassName
{
color: #36081D;
}
</style>
background-color css
<style>
a { background-color: #36081D; }
a { background-color: rgb(54,8,29); }
div.DivClassName
{
background-color: #36081D;
}
.BgClassName
{
background-color: #36081D;
}
</style>
border-color css
<style>
span { border-color: #36081D; }
span { border-color: rgb(54,8,29); }
td.TdClassName
{
border-color: #36081D;
}
.TagClassName
{
border-color: #36081D;
}
</style>