Shades of Blackberry #36081C
Tints of Blackberry #36081C
RGB
CMYK
RGB Variations
Color information
#36081C (or 0x36081C) is known color: Blackberry. HEX triplet: 36, 08 and 1C. RGB value is (54,8,28). Sum of RGB (Red+Green+Blue) = 54+8+28=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #36081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36081C is #C9F7E3. Grayscale: #181818. Windows color (decimal): -13236196 or 1837110. OLE color: 1837110.
HSL color Cylindrical-coordinate representation of color #36081C: hue angle of 333.91º 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 #36081C is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 8 | 28 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.79 |
| HSL | 333.91º | 0.74% | 0.12% | - |
| HSV(B) | 333.91º | 0.85% | 0.21% | - |
| XYZ | 1.82 | 1.04 | 1.2 | - |
| YUV | 24.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 28 | 0 | 0.85 | 0.48 | 0.79 | 333.91 | 0.74 | 0.12 |
| Hex | 36 | 8 | 1C | 0 | 55 | 30 | 4F | 14E | 4A | C |
| Octal | 66 | 10 | 34 | 0 | 125 | 60 | 117 | 516 | 112 | 14 |
| Binary | 110110 | 1000 | 11100 | 0 | 1010101 | 110000 | 1001111 | 101001110 | 1001010 | 1100 |
Color Harmonies of #36081C
Complementary color
Monochromatic Colors of #36081C
Black with #36081C
Text Example
Text Example
White with #36081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36081C; }
p { color: rgb(54,8,28); }
H1.HeaderClassName
{
color: #36081C;
}
.AnyTagClassName
{
color: #36081C;
}
</style>
background-color css
<style>
a { background-color: #36081C; }
a { background-color: rgb(54,8,28); }
div.DivClassName
{
background-color: #36081C;
}
.BgClassName
{
background-color: #36081C;
}
</style>
border-color css
<style>
span { border-color: #36081C; }
span { border-color: rgb(54,8,28); }
td.TdClassName
{
border-color: #36081C;
}
.TagClassName
{
border-color: #36081C;
}
</style>