Shades of Blackberry #36091B
Tints of Blackberry #36091B
RGB
CMYK
RGB Variations
Color information
#36091B (or 0x36091B) is known color: Blackberry. HEX triplet: 36, 09 and 1B. RGB value is (54,9,27). Sum of RGB (Red+Green+Blue) = 54+9+27=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #36091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36091B is #C9F6E4. Grayscale: #181818. Windows color (decimal): -13235941 or 1771830. OLE color: 1771830.
HSL color Cylindrical-coordinate representation of color #36091B: hue angle of 336º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36091B is Cyan = 0, Magento = 0.83, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 9 | 27 | - |
| CMYK | 0 | 0.83 | 0.5 | 0.79 |
| HSL | 336º | 0.71% | 0.12% | - |
| HSV(B) | 336º | 0.83% | 0.21% | - |
| XYZ | 1.82 | 1.06 | 1.15 | - |
| YUV | 24.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 27 | 0 | 0.83 | 0.5 | 0.79 | 336 | 0.71 | 0.12 |
| Hex | 36 | 9 | 1B | 0 | 53 | 32 | 4F | 150 | 47 | C |
| Octal | 66 | 11 | 33 | 0 | 123 | 62 | 117 | 520 | 107 | 14 |
| Binary | 110110 | 1001 | 11011 | 0 | 1010011 | 110010 | 1001111 | 101010000 | 1000111 | 1100 |
Color Harmonies of #36091B
Complementary color
Monochromatic Colors of #36091B
Black with #36091B
Text Example
Text Example
White with #36091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36091B; }
p { color: rgb(54,9,27); }
H1.HeaderClassName
{
color: #36091B;
}
.AnyTagClassName
{
color: #36091B;
}
</style>
background-color css
<style>
a { background-color: #36091B; }
a { background-color: rgb(54,9,27); }
div.DivClassName
{
background-color: #36091B;
}
.BgClassName
{
background-color: #36091B;
}
</style>
border-color css
<style>
span { border-color: #36091B; }
span { border-color: rgb(54,9,27); }
td.TdClassName
{
border-color: #36091B;
}
.TagClassName
{
border-color: #36091B;
}
</style>