Shades of Blackberry #36132A
Tints of Blackberry #36132A
RGB
CMYK
RGB Variations
Color information
#36132A (or 0x36132A) is known color: Blackberry. HEX triplet: 36, 13 and 2A. RGB value is (54,19,42). Sum of RGB (Red+Green+Blue) = 54+19+42=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #36132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36132A is #C9ECD5. Grayscale: #202020. Windows color (decimal): -13233366 or 2757430. OLE color: 2757430.
HSL color Cylindrical-coordinate representation of color #36132A: hue angle of 320.57º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36132A is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 19 | 42 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.79 |
| HSL | 320.57º | 0.48% | 0.14% | - |
| HSV(B) | 320.57º | 0.65% | 0.21% | - |
| XYZ | 2.17 | 1.42 | 2.35 | - |
| YUV | 32.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 42 | 0 | 0.65 | 0.22 | 0.79 | 320.57 | 0.48 | 0.14 |
| Hex | 36 | 13 | 2A | 0 | 41 | 16 | 4F | 141 | 30 | E |
| Octal | 66 | 23 | 52 | 0 | 101 | 26 | 117 | 501 | 60 | 16 |
| Binary | 110110 | 10011 | 101010 | 0 | 1000001 | 10110 | 1001111 | 101000001 | 110000 | 1110 |
Color Harmonies of #36132A
Complementary color
Monochromatic Colors of #36132A
Black with #36132A
Text Example
Text Example
White with #36132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36132A; }
p { color: rgb(54,19,42); }
H1.HeaderClassName
{
color: #36132A;
}
.AnyTagClassName
{
color: #36132A;
}
</style>
background-color css
<style>
a { background-color: #36132A; }
a { background-color: rgb(54,19,42); }
div.DivClassName
{
background-color: #36132A;
}
.BgClassName
{
background-color: #36132A;
}
</style>
border-color css
<style>
span { border-color: #36132A; }
span { border-color: rgb(54,19,42); }
td.TdClassName
{
border-color: #36132A;
}
.TagClassName
{
border-color: #36132A;
}
</style>