Shades of Blackberry #36001D
Tints of Blackberry #36001D
RGB
CMYK
RGB Variations
Color information
#36001D (or 0x36001D) is known color: Blackberry. HEX triplet: 36, 00 and 1D. RGB value is (54,0,29). Sum of RGB (Red+Green+Blue) = 54+0+29=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #36001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36001D is #C9FFE2. Grayscale: #131313. Windows color (decimal): -13238243 or 1900598. OLE color: 1900598.
HSL color Cylindrical-coordinate representation of color #36001D: hue angle of 327.78º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36001D is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.46 | 0.79 |
| HSL | 327.78º | 1% | 0.11% | - |
| HSV(B) | 327.78º | 1% | 0.21% | - |
| XYZ | 1.74 | 0.87 | 1.24 | - |
| YUV | 19.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 29 | 0 | 1 | 0.46 | 0.79 | 327.78 | 1 | 0.11 |
| Hex | 36 | 0 | 1D | 0 | 64 | 2E | 4F | 148 | 64 | B |
| Octal | 66 | 0 | 35 | 0 | 144 | 56 | 117 | 510 | 144 | 13 |
| Binary | 110110 | 0 | 11101 | 0 | 1100100 | 101110 | 1001111 | 101001000 | 1100100 | 1011 |
Color Harmonies of #36001D
Complementary color
Monochromatic Colors of #36001D
Black with #36001D
Text Example
Text Example
White with #36001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36001D; }
p { color: rgb(54,0,29); }
H1.HeaderClassName
{
color: #36001D;
}
.AnyTagClassName
{
color: #36001D;
}
</style>
background-color css
<style>
a { background-color: #36001D; }
a { background-color: rgb(54,0,29); }
div.DivClassName
{
background-color: #36001D;
}
.BgClassName
{
background-color: #36001D;
}
</style>
border-color css
<style>
span { border-color: #36001D; }
span { border-color: rgb(54,0,29); }
td.TdClassName
{
border-color: #36001D;
}
.TagClassName
{
border-color: #36001D;
}
</style>