Shades of Blackberry #36072D
Tints of Blackberry #36072D
RGB
CMYK
RGB Variations
Color information
#36072D (or 0x36072D) is known color: Blackberry. HEX triplet: 36, 07 and 2D. RGB value is (54,7,45). Sum of RGB (Red+Green+Blue) = 54+7+45=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #36072D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36072D is #C9F8D2. Grayscale: #191919. Windows color (decimal): -13236435 or 2950966. OLE color: 2950966.
HSL color Cylindrical-coordinate representation of color #36072D: hue angle of 311.49º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36072D is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 7 | 45 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.79 |
| HSL | 311.49º | 0.77% | 0.12% | - |
| HSV(B) | 311.49º | 0.87% | 0.21% | - |
| XYZ | 2.07 | 1.13 | 2.59 | - |
| YUV | 25.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 7 | 45 | 0 | 0.87 | 0.17 | 0.79 | 311.49 | 0.77 | 0.12 |
| Hex | 36 | 7 | 2D | 0 | 57 | 11 | 4F | 137 | 4D | C |
| Octal | 66 | 7 | 55 | 0 | 127 | 21 | 117 | 467 | 115 | 14 |
| Binary | 110110 | 111 | 101101 | 0 | 1010111 | 10001 | 1001111 | 100110111 | 1001101 | 1100 |
Color Harmonies of #36072D
Complementary color
Monochromatic Colors of #36072D
Black with #36072D
Text Example
Text Example
White with #36072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36072D; }
p { color: rgb(54,7,45); }
H1.HeaderClassName
{
color: #36072D;
}
.AnyTagClassName
{
color: #36072D;
}
</style>
background-color css
<style>
a { background-color: #36072D; }
a { background-color: rgb(54,7,45); }
div.DivClassName
{
background-color: #36072D;
}
.BgClassName
{
background-color: #36072D;
}
</style>
border-color css
<style>
span { border-color: #36072D; }
span { border-color: rgb(54,7,45); }
td.TdClassName
{
border-color: #36072D;
}
.TagClassName
{
border-color: #36072D;
}
</style>