Shades of Blackberry #36051D
Tints of Blackberry #36051D
RGB
CMYK
RGB Variations
Color information
#36051D (or 0x36051D) is known color: Blackberry. HEX triplet: 36, 05 and 1D. RGB value is (54,5,29). Sum of RGB (Red+Green+Blue) = 54+5+29=88 (11% of max value = 765). Red value is 54 (21.48% from 255 or 61.36% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 54 - color contains mainly: red. Hex color #36051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36051D is #C9FAE2. Grayscale: #161616. Windows color (decimal): -13236963 or 1901878. OLE color: 1901878.
HSL color Cylindrical-coordinate representation of color #36051D: hue angle of 330.61º 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 #36051D is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 5 | 29 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.79 |
| HSL | 330.61º | 0.83% | 0.12% | - |
| HSV(B) | 330.61º | 0.91% | 0.21% | - |
| XYZ | 1.8 | 0.98 | 1.26 | - |
| YUV | 22.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 29 | 0 | 0.91 | 0.46 | 0.79 | 330.61 | 0.83 | 0.12 |
| Hex | 36 | 5 | 1D | 0 | 5B | 2E | 4F | 14B | 53 | C |
| Octal | 66 | 5 | 35 | 0 | 133 | 56 | 117 | 513 | 123 | 14 |
| Binary | 110110 | 101 | 11101 | 0 | 1011011 | 101110 | 1001111 | 101001011 | 1010011 | 1100 |
Color Harmonies of #36051D
Complementary color
Monochromatic Colors of #36051D
Black with #36051D
Text Example
Text Example
White with #36051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36051D; }
p { color: rgb(54,5,29); }
H1.HeaderClassName
{
color: #36051D;
}
.AnyTagClassName
{
color: #36051D;
}
</style>
background-color css
<style>
a { background-color: #36051D; }
a { background-color: rgb(54,5,29); }
div.DivClassName
{
background-color: #36051D;
}
.BgClassName
{
background-color: #36051D;
}
</style>
border-color css
<style>
span { border-color: #36051D; }
span { border-color: rgb(54,5,29); }
td.TdClassName
{
border-color: #36051D;
}
.TagClassName
{
border-color: #36051D;
}
</style>