Shades of Blackberry #361B2B
Tints of Blackberry #361B2B
RGB
CMYK
RGB Variations
Color information
#361B2B (or 0x361B2B) is known color: Blackberry. HEX triplet: 36, 1B and 2B. RGB value is (54,27,43). Sum of RGB (Red+Green+Blue) = 54+27+43=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #361B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B2B is #C9E4D4. Grayscale: #242424. Windows color (decimal): -13231317 or 2825014. OLE color: 2825014.
HSL color Cylindrical-coordinate representation of color #361B2B: hue angle of 324.44º 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 #361B2B is Cyan = 0, Magento = 0.5, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 27 | 43 | - |
| CMYK | 0 | 0.5 | 0.20 | 0.79 |
| HSL | 324.44º | 0.33% | 0.16% | - |
| HSV(B) | 324.44º | 0.5% | 0.21% | - |
| XYZ | 2.35 | 1.74 | 2.5 | - |
| YUV | 36.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 43 | 0 | 0.5 | 0.20 | 0.79 | 324.44 | 0.33 | 0.16 |
| Hex | 36 | 1B | 2B | 0 | 32 | 14 | 4F | 144 | 21 | 10 |
| Octal | 66 | 33 | 53 | 0 | 62 | 24 | 117 | 504 | 41 | 20 |
| Binary | 110110 | 11011 | 101011 | 0 | 110010 | 10100 | 1001111 | 101000100 | 100001 | 10000 |
Color Harmonies of #361B2B
Complementary color
Monochromatic Colors of #361B2B
Black with #361B2B
Text Example
Text Example
White with #361B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361B2B; }
p { color: rgb(54,27,43); }
H1.HeaderClassName
{
color: #361B2B;
}
.AnyTagClassName
{
color: #361B2B;
}
</style>
background-color css
<style>
a { background-color: #361B2B; }
a { background-color: rgb(54,27,43); }
div.DivClassName
{
background-color: #361B2B;
}
.BgClassName
{
background-color: #361B2B;
}
</style>
border-color css
<style>
span { border-color: #361B2B; }
span { border-color: rgb(54,27,43); }
td.TdClassName
{
border-color: #361B2B;
}
.TagClassName
{
border-color: #361B2B;
}
</style>