Shades of Blackberry #36001E
Tints of Blackberry #36001E
RGB
CMYK
RGB Variations
Color information
#36001E (or 0x36001E) is known color: Blackberry. HEX triplet: 36, 00 and 1E. RGB value is (54,0,30). Sum of RGB (Red+Green+Blue) = 54+0+30=84 (11% of max value = 765). Red value is 54 (21.48% from 255 or 64.29% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 54 - color contains mainly: red. Hex color #36001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36001E is #C9FFE1. Grayscale: #131313. Windows color (decimal): -13238242 or 1966134. OLE color: 1966134.
HSL color Cylindrical-coordinate representation of color #36001E: hue angle of 326.67º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36001E is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.44 | 0.79 |
| HSL | 326.67º | 1% | 0.11% | - |
| HSV(B) | 326.67º | 1% | 0.21% | - |
| XYZ | 1.76 | 0.88 | 1.31 | - |
| YUV | 19.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 30 | 0 | 1 | 0.44 | 0.79 | 326.67 | 1 | 0.11 |
| Hex | 36 | 0 | 1E | 0 | 64 | 2C | 4F | 147 | 64 | B |
| Octal | 66 | 0 | 36 | 0 | 144 | 54 | 117 | 507 | 144 | 13 |
| Binary | 110110 | 0 | 11110 | 0 | 1100100 | 101100 | 1001111 | 101000111 | 1100100 | 1011 |
Color Harmonies of #36001E
Complementary color
Monochromatic Colors of #36001E
Black with #36001E
Text Example
Text Example
White with #36001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36001E; }
p { color: rgb(54,0,30); }
H1.HeaderClassName
{
color: #36001E;
}
.AnyTagClassName
{
color: #36001E;
}
</style>
background-color css
<style>
a { background-color: #36001E; }
a { background-color: rgb(54,0,30); }
div.DivClassName
{
background-color: #36001E;
}
.BgClassName
{
background-color: #36001E;
}
</style>
border-color css
<style>
span { border-color: #36001E; }
span { border-color: rgb(54,0,30); }
td.TdClassName
{
border-color: #36001E;
}
.TagClassName
{
border-color: #36001E;
}
</style>