Shades of Blackberry #36081E
Tints of Blackberry #36081E
RGB
CMYK
RGB Variations
Color information
#36081E (or 0x36081E) is known color: Blackberry. HEX triplet: 36, 08 and 1E. RGB value is (54,8,30). Sum of RGB (Red+Green+Blue) = 54+8+30=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #36081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36081E is #C9F7E1. Grayscale: #181818. Windows color (decimal): -13236194 or 1968182. OLE color: 1968182.
HSL color Cylindrical-coordinate representation of color #36081E: hue angle of 331.3º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36081E is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 8 | 30 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.79 |
| HSL | 331.3º | 0.74% | 0.12% | - |
| HSV(B) | 331.3º | 0.85% | 0.21% | - |
| XYZ | 1.84 | 1.05 | 1.33 | - |
| YUV | 24.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 30 | 0 | 0.85 | 0.44 | 0.79 | 331.3 | 0.74 | 0.12 |
| Hex | 36 | 8 | 1E | 0 | 55 | 2C | 4F | 14B | 4A | C |
| Octal | 66 | 10 | 36 | 0 | 125 | 54 | 117 | 513 | 112 | 14 |
| Binary | 110110 | 1000 | 11110 | 0 | 1010101 | 101100 | 1001111 | 101001011 | 1001010 | 1100 |
Color Harmonies of #36081E
Complementary color
Monochromatic Colors of #36081E
Black with #36081E
Text Example
Text Example
White with #36081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36081E; }
p { color: rgb(54,8,30); }
H1.HeaderClassName
{
color: #36081E;
}
.AnyTagClassName
{
color: #36081E;
}
</style>
background-color css
<style>
a { background-color: #36081E; }
a { background-color: rgb(54,8,30); }
div.DivClassName
{
background-color: #36081E;
}
.BgClassName
{
background-color: #36081E;
}
</style>
border-color css
<style>
span { border-color: #36081E; }
span { border-color: rgb(54,8,30); }
td.TdClassName
{
border-color: #36081E;
}
.TagClassName
{
border-color: #36081E;
}
</style>