Shades of Blackberry #36142C
Tints of Blackberry #36142C
RGB
CMYK
RGB Variations
Color information
#36142C (or 0x36142C) is known color: Blackberry. HEX triplet: 36, 14 and 2C. RGB value is (54,20,44). Sum of RGB (Red+Green+Blue) = 54+20+44=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #36142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36142C is #C9EBD3. Grayscale: #202020. Windows color (decimal): -13233108 or 2888758. OLE color: 2888758.
HSL color Cylindrical-coordinate representation of color #36142C: hue angle of 317.65º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36142C is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 20 | 44 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.79 |
| HSL | 317.65º | 0.46% | 0.15% | - |
| HSV(B) | 317.65º | 0.63% | 0.21% | - |
| XYZ | 2.23 | 1.47 | 2.55 | - |
| YUV | 32.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 20 | 44 | 0 | 0.63 | 0.19 | 0.79 | 317.65 | 0.46 | 0.15 |
| Hex | 36 | 14 | 2C | 0 | 3F | 13 | 4F | 13E | 2E | F |
| Octal | 66 | 24 | 54 | 0 | 77 | 23 | 117 | 476 | 56 | 17 |
| Binary | 110110 | 10100 | 101100 | 0 | 111111 | 10011 | 1001111 | 100111110 | 101110 | 1111 |
Color Harmonies of #36142C
Complementary color
Monochromatic Colors of #36142C
Black with #36142C
Text Example
Text Example
White with #36142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36142C; }
p { color: rgb(54,20,44); }
H1.HeaderClassName
{
color: #36142C;
}
.AnyTagClassName
{
color: #36142C;
}
</style>
background-color css
<style>
a { background-color: #36142C; }
a { background-color: rgb(54,20,44); }
div.DivClassName
{
background-color: #36142C;
}
.BgClassName
{
background-color: #36142C;
}
</style>
border-color css
<style>
span { border-color: #36142C; }
span { border-color: rgb(54,20,44); }
td.TdClassName
{
border-color: #36142C;
}
.TagClassName
{
border-color: #36142C;
}
</style>