Shades of Blackberry #36041D
Tints of Blackberry #36041D
RGB
CMYK
RGB Variations
Color information
#36041D (or 0x36041D) is known color: Blackberry. HEX triplet: 36, 04 and 1D. RGB value is (54,4,29). Sum of RGB (Red+Green+Blue) = 54+4+29=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #36041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36041D is #C9FBE2. Grayscale: #151515. Windows color (decimal): -13237219 or 1901622. OLE color: 1901622.
HSL color Cylindrical-coordinate representation of color #36041D: hue angle of 330º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36041D is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 4 | 29 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.79 |
| HSL | 330º | 0.86% | 0.11% | - |
| HSV(B) | 330º | 0.93% | 0.21% | - |
| XYZ | 1.79 | 0.96 | 1.25 | - |
| YUV | 21.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 29 | 0 | 0.93 | 0.46 | 0.79 | 330 | 0.86 | 0.11 |
| Hex | 36 | 4 | 1D | 0 | 5D | 2E | 4F | 14A | 56 | B |
| Octal | 66 | 4 | 35 | 0 | 135 | 56 | 117 | 512 | 126 | 13 |
| Binary | 110110 | 100 | 11101 | 0 | 1011101 | 101110 | 1001111 | 101001010 | 1010110 | 1011 |
Color Harmonies of #36041D
Complementary color
Monochromatic Colors of #36041D
Black with #36041D
Text Example
Text Example
White with #36041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36041D; }
p { color: rgb(54,4,29); }
H1.HeaderClassName
{
color: #36041D;
}
.AnyTagClassName
{
color: #36041D;
}
</style>
background-color css
<style>
a { background-color: #36041D; }
a { background-color: rgb(54,4,29); }
div.DivClassName
{
background-color: #36041D;
}
.BgClassName
{
background-color: #36041D;
}
</style>
border-color css
<style>
span { border-color: #36041D; }
span { border-color: rgb(54,4,29); }
td.TdClassName
{
border-color: #36041D;
}
.TagClassName
{
border-color: #36041D;
}
</style>