Shades of Blackberry #36071D
Tints of Blackberry #36071D
RGB
CMYK
RGB Variations
Color information
#36071D (or 0x36071D) is known color: Blackberry. HEX triplet: 36, 07 and 1D. RGB value is (54,7,29). Sum of RGB (Red+Green+Blue) = 54+7+29=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #36071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36071D is #C9F8E2. Grayscale: #171717. Windows color (decimal): -13236451 or 1902390. OLE color: 1902390.
HSL color Cylindrical-coordinate representation of color #36071D: hue angle of 331.91º 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 #36071D is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 7 | 29 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.79 |
| HSL | 331.91º | 0.77% | 0.12% | - |
| HSV(B) | 331.91º | 0.87% | 0.21% | - |
| XYZ | 1.82 | 1.02 | 1.26 | - |
| YUV | 23.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 7 | 29 | 0 | 0.87 | 0.46 | 0.79 | 331.91 | 0.77 | 0.12 |
| Hex | 36 | 7 | 1D | 0 | 57 | 2E | 4F | 14C | 4D | C |
| Octal | 66 | 7 | 35 | 0 | 127 | 56 | 117 | 514 | 115 | 14 |
| Binary | 110110 | 111 | 11101 | 0 | 1010111 | 101110 | 1001111 | 101001100 | 1001101 | 1100 |
Color Harmonies of #36071D
Complementary color
Monochromatic Colors of #36071D
Black with #36071D
Text Example
Text Example
White with #36071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36071D; }
p { color: rgb(54,7,29); }
H1.HeaderClassName
{
color: #36071D;
}
.AnyTagClassName
{
color: #36071D;
}
</style>
background-color css
<style>
a { background-color: #36071D; }
a { background-color: rgb(54,7,29); }
div.DivClassName
{
background-color: #36071D;
}
.BgClassName
{
background-color: #36071D;
}
</style>
border-color css
<style>
span { border-color: #36071D; }
span { border-color: rgb(54,7,29); }
td.TdClassName
{
border-color: #36071D;
}
.TagClassName
{
border-color: #36071D;
}
</style>