Shades of Blackberry #361B2C
Tints of Blackberry #361B2C
RGB
CMYK
RGB Variations
Color information
#361B2C (or 0x361B2C) is known color: Blackberry. HEX triplet: 36, 1B and 2C. RGB value is (54,27,44). Sum of RGB (Red+Green+Blue) = 54+27+44=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #361B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B2C is #C9E4D3. Grayscale: #242424. Windows color (decimal): -13231316 or 2890550. OLE color: 2890550.
HSL color Cylindrical-coordinate representation of color #361B2C: hue angle of 322.22º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #361B2C is Cyan = 0, Magento = 0.5, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 27 | 44 | - |
| CMYK | 0 | 0.5 | 0.19 | 0.79 |
| HSL | 322.22º | 0.33% | 0.16% | - |
| HSV(B) | 322.22º | 0.5% | 0.21% | - |
| XYZ | 2.37 | 1.75 | 2.6 | - |
| YUV | 37.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 44 | 0 | 0.5 | 0.19 | 0.79 | 322.22 | 0.33 | 0.16 |
| Hex | 36 | 1B | 2C | 0 | 32 | 13 | 4F | 142 | 21 | 10 |
| Octal | 66 | 33 | 54 | 0 | 62 | 23 | 117 | 502 | 41 | 20 |
| Binary | 110110 | 11011 | 101100 | 0 | 110010 | 10011 | 1001111 | 101000010 | 100001 | 10000 |
Color Harmonies of #361B2C
Complementary color
Monochromatic Colors of #361B2C
Black with #361B2C
Text Example
Text Example
White with #361B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361B2C; }
p { color: rgb(54,27,44); }
H1.HeaderClassName
{
color: #361B2C;
}
.AnyTagClassName
{
color: #361B2C;
}
</style>
background-color css
<style>
a { background-color: #361B2C; }
a { background-color: rgb(54,27,44); }
div.DivClassName
{
background-color: #361B2C;
}
.BgClassName
{
background-color: #361B2C;
}
</style>
border-color css
<style>
span { border-color: #361B2C; }
span { border-color: rgb(54,27,44); }
td.TdClassName
{
border-color: #361B2C;
}
.TagClassName
{
border-color: #361B2C;
}
</style>