Shades of Blackberry #36011E
Tints of Blackberry #36011E
RGB
CMYK
RGB Variations
Color information
#36011E (or 0x36011E) is known color: Blackberry. HEX triplet: 36, 01 and 1E. RGB value is (54,1,30). Sum of RGB (Red+Green+Blue) = 54+1+30=85 (11% of max value = 765). Red value is 54 (21.48% from 255 or 63.53% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 54 - color contains mainly: red. Hex color #36011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36011E is #C9FEE1. Grayscale: #141414. Windows color (decimal): -13237986 or 1966390. OLE color: 1966390.
HSL color Cylindrical-coordinate representation of color #36011E: hue angle of 327.17º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36011E is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 1 | 30 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.79 |
| HSL | 327.17º | 0.96% | 0.11% | - |
| HSV(B) | 327.17º | 0.98% | 0.21% | - |
| XYZ | 1.77 | 0.9 | 1.31 | - |
| YUV | 20.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 30 | 0 | 0.98 | 0.44 | 0.79 | 327.17 | 0.96 | 0.11 |
| Hex | 36 | 1 | 1E | 0 | 62 | 2C | 4F | 147 | 60 | B |
| Octal | 66 | 1 | 36 | 0 | 142 | 54 | 117 | 507 | 140 | 13 |
| Binary | 110110 | 1 | 11110 | 0 | 1100010 | 101100 | 1001111 | 101000111 | 1100000 | 1011 |
Color Harmonies of #36011E
Complementary color
Monochromatic Colors of #36011E
Black with #36011E
Text Example
Text Example
White with #36011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36011E; }
p { color: rgb(54,1,30); }
H1.HeaderClassName
{
color: #36011E;
}
.AnyTagClassName
{
color: #36011E;
}
</style>
background-color css
<style>
a { background-color: #36011E; }
a { background-color: rgb(54,1,30); }
div.DivClassName
{
background-color: #36011E;
}
.BgClassName
{
background-color: #36011E;
}
</style>
border-color css
<style>
span { border-color: #36011E; }
span { border-color: rgb(54,1,30); }
td.TdClassName
{
border-color: #36011E;
}
.TagClassName
{
border-color: #36011E;
}
</style>