Shades of Blackberry #36071B
Tints of Blackberry #36071B
RGB
CMYK
RGB Variations
Color information
#36071B (or 0x36071B) is known color: Blackberry. HEX triplet: 36, 07 and 1B. RGB value is (54,7,27). Sum of RGB (Red+Green+Blue) = 54+7+27=88 (11% of max value = 765). Red value is 54 (21.48% from 255 or 61.36% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 54 - color contains mainly: red. Hex color #36071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36071B is #C9F8E4. Grayscale: #171717. Windows color (decimal): -13236453 or 1771318. OLE color: 1771318.
HSL color Cylindrical-coordinate representation of color #36071B: hue angle of 334.47º 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 #36071B is Cyan = 0, Magento = 0.87, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 7 | 27 | - |
| CMYK | 0 | 0.87 | 0.5 | 0.79 |
| HSL | 334.47º | 0.77% | 0.12% | - |
| HSV(B) | 334.47º | 0.87% | 0.21% | - |
| XYZ | 1.8 | 1.02 | 1.14 | - |
| YUV | 23.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 7 | 27 | 0 | 0.87 | 0.5 | 0.79 | 334.47 | 0.77 | 0.12 |
| Hex | 36 | 7 | 1B | 0 | 57 | 32 | 4F | 14E | 4D | C |
| Octal | 66 | 7 | 33 | 0 | 127 | 62 | 117 | 516 | 115 | 14 |
| Binary | 110110 | 111 | 11011 | 0 | 1010111 | 110010 | 1001111 | 101001110 | 1001101 | 1100 |
Color Harmonies of #36071B
Complementary color
Monochromatic Colors of #36071B
Black with #36071B
Text Example
Text Example
White with #36071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36071B; }
p { color: rgb(54,7,27); }
H1.HeaderClassName
{
color: #36071B;
}
.AnyTagClassName
{
color: #36071B;
}
</style>
background-color css
<style>
a { background-color: #36071B; }
a { background-color: rgb(54,7,27); }
div.DivClassName
{
background-color: #36071B;
}
.BgClassName
{
background-color: #36071B;
}
</style>
border-color css
<style>
span { border-color: #36071B; }
span { border-color: rgb(54,7,27); }
td.TdClassName
{
border-color: #36071B;
}
.TagClassName
{
border-color: #36071B;
}
</style>