Shades of Blackberry #36182C
Tints of Blackberry #36182C
RGB
CMYK
RGB Variations
Color information
#36182C (or 0x36182C) is known color: Blackberry. HEX triplet: 36, 18 and 2C. RGB value is (54,24,44). Sum of RGB (Red+Green+Blue) = 54+24+44=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #36182C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36182C is #C9E7D3. Grayscale: #232323. Windows color (decimal): -13232084 or 2889782. OLE color: 2889782.
HSL color Cylindrical-coordinate representation of color #36182C: hue angle of 320º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36182C is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 24 | 44 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.79 |
| HSL | 320º | 0.38% | 0.15% | - |
| HSV(B) | 320º | 0.56% | 0.21% | - |
| XYZ | 2.3 | 1.62 | 2.57 | - |
| YUV | 35.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 24 | 44 | 0 | 0.56 | 0.19 | 0.79 | 320 | 0.38 | 0.15 |
| Hex | 36 | 18 | 2C | 0 | 38 | 13 | 4F | 140 | 26 | F |
| Octal | 66 | 30 | 54 | 0 | 70 | 23 | 117 | 500 | 46 | 17 |
| Binary | 110110 | 11000 | 101100 | 0 | 111000 | 10011 | 1001111 | 101000000 | 100110 | 1111 |
Color Harmonies of #36182C
Complementary color
Monochromatic Colors of #36182C
Black with #36182C
Text Example
Text Example
White with #36182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36182C; }
p { color: rgb(54,24,44); }
H1.HeaderClassName
{
color: #36182C;
}
.AnyTagClassName
{
color: #36182C;
}
</style>
background-color css
<style>
a { background-color: #36182C; }
a { background-color: rgb(54,24,44); }
div.DivClassName
{
background-color: #36182C;
}
.BgClassName
{
background-color: #36182C;
}
</style>
border-color css
<style>
span { border-color: #36182C; }
span { border-color: rgb(54,24,44); }
td.TdClassName
{
border-color: #36182C;
}
.TagClassName
{
border-color: #36182C;
}
</style>