Shades of Blackberry #36012D
Tints of Blackberry #36012D
RGB
CMYK
RGB Variations
Color information
#36012D (or 0x36012D) is known color: Blackberry. HEX triplet: 36, 01 and 2D. RGB value is (54,1,45). Sum of RGB (Red+Green+Blue) = 54+1+45=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #36012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36012D is #C9FED2. Grayscale: #151515. Windows color (decimal): -13237971 or 2949430. OLE color: 2949430.
HSL color Cylindrical-coordinate representation of color #36012D: hue angle of 310.19º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36012D is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 1 | 45 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.79 |
| HSL | 310.19º | 0.96% | 0.11% | - |
| HSV(B) | 310.19º | 0.98% | 0.21% | - |
| XYZ | 2.01 | 1 | 2.57 | - |
| YUV | 21.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 45 | 0 | 0.98 | 0.17 | 0.79 | 310.19 | 0.96 | 0.11 |
| Hex | 36 | 1 | 2D | 0 | 62 | 11 | 4F | 136 | 60 | B |
| Octal | 66 | 1 | 55 | 0 | 142 | 21 | 117 | 466 | 140 | 13 |
| Binary | 110110 | 1 | 101101 | 0 | 1100010 | 10001 | 1001111 | 100110110 | 1100000 | 1011 |
Color Harmonies of #36012D
Complementary color
Monochromatic Colors of #36012D
Black with #36012D
Text Example
Text Example
White with #36012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36012D; }
p { color: rgb(54,1,45); }
H1.HeaderClassName
{
color: #36012D;
}
.AnyTagClassName
{
color: #36012D;
}
</style>
background-color css
<style>
a { background-color: #36012D; }
a { background-color: rgb(54,1,45); }
div.DivClassName
{
background-color: #36012D;
}
.BgClassName
{
background-color: #36012D;
}
</style>
border-color css
<style>
span { border-color: #36012D; }
span { border-color: rgb(54,1,45); }
td.TdClassName
{
border-color: #36012D;
}
.TagClassName
{
border-color: #36012D;
}
</style>