Shades of Blackberry #36022D
Tints of Blackberry #36022D
RGB
CMYK
RGB Variations
Color information
#36022D (or 0x36022D) is known color: Blackberry. HEX triplet: 36, 02 and 2D. RGB value is (54,2,45). Sum of RGB (Red+Green+Blue) = 54+2+45=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #36022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36022D is #C9FDD2. Grayscale: #161616. Windows color (decimal): -13237715 or 2949686. OLE color: 2949686.
HSL color Cylindrical-coordinate representation of color #36022D: hue angle of 310.38º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36022D is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 2 | 45 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.79 |
| HSL | 310.38º | 0.93% | 0.11% | - |
| HSV(B) | 310.38º | 0.96% | 0.21% | - |
| XYZ | 2.02 | 1.02 | 2.57 | - |
| YUV | 22.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 45 | 0 | 0.96 | 0.17 | 0.79 | 310.38 | 0.93 | 0.11 |
| Hex | 36 | 2 | 2D | 0 | 60 | 11 | 4F | 136 | 5D | B |
| Octal | 66 | 2 | 55 | 0 | 140 | 21 | 117 | 466 | 135 | 13 |
| Binary | 110110 | 10 | 101101 | 0 | 1100000 | 10001 | 1001111 | 100110110 | 1011101 | 1011 |
Color Harmonies of #36022D
Complementary color
Monochromatic Colors of #36022D
Black with #36022D
Text Example
Text Example
White with #36022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36022D; }
p { color: rgb(54,2,45); }
H1.HeaderClassName
{
color: #36022D;
}
.AnyTagClassName
{
color: #36022D;
}
</style>
background-color css
<style>
a { background-color: #36022D; }
a { background-color: rgb(54,2,45); }
div.DivClassName
{
background-color: #36022D;
}
.BgClassName
{
background-color: #36022D;
}
</style>
border-color css
<style>
span { border-color: #36022D; }
span { border-color: rgb(54,2,45); }
td.TdClassName
{
border-color: #36022D;
}
.TagClassName
{
border-color: #36022D;
}
</style>