Shades of Blackberry #36011B
Tints of Blackberry #36011B
RGB
CMYK
RGB Variations
Color information
#36011B (or 0x36011B) is known color: Blackberry. HEX triplet: 36, 01 and 1B. RGB value is (54,1,27). Sum of RGB (Red+Green+Blue) = 54+1+27=82 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.85% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 54 - color contains mainly: red. Hex color #36011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36011B is #C9FEE4. Grayscale: #131313. Windows color (decimal): -13237989 or 1769782. OLE color: 1769782.
HSL color Cylindrical-coordinate representation of color #36011B: hue angle of 330.57º 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 #36011B is Cyan = 0, Magento = 0.98, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 1 | 27 | - |
| CMYK | 0 | 0.98 | 0.5 | 0.79 |
| HSL | 330.57º | 0.96% | 0.11% | - |
| HSV(B) | 330.57º | 0.98% | 0.21% | - |
| XYZ | 1.73 | 0.89 | 1.12 | - |
| YUV | 19.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 27 | 0 | 0.98 | 0.5 | 0.79 | 330.57 | 0.96 | 0.11 |
| Hex | 36 | 1 | 1B | 0 | 62 | 32 | 4F | 14B | 60 | B |
| Octal | 66 | 1 | 33 | 0 | 142 | 62 | 117 | 513 | 140 | 13 |
| Binary | 110110 | 1 | 11011 | 0 | 1100010 | 110010 | 1001111 | 101001011 | 1100000 | 1011 |
Color Harmonies of #36011B
Complementary color
Monochromatic Colors of #36011B
Black with #36011B
Text Example
Text Example
White with #36011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36011B; }
p { color: rgb(54,1,27); }
H1.HeaderClassName
{
color: #36011B;
}
.AnyTagClassName
{
color: #36011B;
}
</style>
background-color css
<style>
a { background-color: #36011B; }
a { background-color: rgb(54,1,27); }
div.DivClassName
{
background-color: #36011B;
}
.BgClassName
{
background-color: #36011B;
}
</style>
border-color css
<style>
span { border-color: #36011B; }
span { border-color: rgb(54,1,27); }
td.TdClassName
{
border-color: #36011B;
}
.TagClassName
{
border-color: #36011B;
}
</style>