Shades of Blackberry #36062C
Tints of Blackberry #36062C
RGB
CMYK
RGB Variations
Color information
#36062C (or 0x36062C) is known color: Blackberry. HEX triplet: 36, 06 and 2C. RGB value is (54,6,44). Sum of RGB (Red+Green+Blue) = 54+6+44=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #36062C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36062C is #C9F9D3. Grayscale: #181818. Windows color (decimal): -13236692 or 2885174. OLE color: 2885174.
HSL color Cylindrical-coordinate representation of color #36062C: hue angle of 312.5º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36062C is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 6 | 44 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.79 |
| HSL | 312.5º | 0.8% | 0.12% | - |
| HSV(B) | 312.5º | 0.89% | 0.21% | - |
| XYZ | 2.04 | 1.1 | 2.49 | - |
| YUV | 24.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 44 | 0 | 0.89 | 0.19 | 0.79 | 312.5 | 0.8 | 0.12 |
| Hex | 36 | 6 | 2C | 0 | 59 | 13 | 4F | 138 | 50 | C |
| Octal | 66 | 6 | 54 | 0 | 131 | 23 | 117 | 470 | 120 | 14 |
| Binary | 110110 | 110 | 101100 | 0 | 1011001 | 10011 | 1001111 | 100111000 | 1010000 | 1100 |
Color Harmonies of #36062C
Complementary color
Monochromatic Colors of #36062C
Black with #36062C
Text Example
Text Example
White with #36062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36062C; }
p { color: rgb(54,6,44); }
H1.HeaderClassName
{
color: #36062C;
}
.AnyTagClassName
{
color: #36062C;
}
</style>
background-color css
<style>
a { background-color: #36062C; }
a { background-color: rgb(54,6,44); }
div.DivClassName
{
background-color: #36062C;
}
.BgClassName
{
background-color: #36062C;
}
</style>
border-color css
<style>
span { border-color: #36062C; }
span { border-color: rgb(54,6,44); }
td.TdClassName
{
border-color: #36062C;
}
.TagClassName
{
border-color: #36062C;
}
</style>