Shades of Blackberry #361A27
Tints of Blackberry #361A27
RGB
CMYK
RGB Variations
Color information
#361A27 (or 0x361A27) is known color: Blackberry. HEX triplet: 36, 1A and 27. RGB value is (54,26,39). Sum of RGB (Red+Green+Blue) = 54+26+39=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #361A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A27 is #C9E5D8. Grayscale: #232323. Windows color (decimal): -13231577 or 2562614. OLE color: 2562614.
HSL color Cylindrical-coordinate representation of color #361A27: hue angle of 332.14º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #361A27 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 26 | 39 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.79 |
| HSL | 332.14º | 0.35% | 0.16% | - |
| HSV(B) | 332.14º | 0.52% | 0.21% | - |
| XYZ | 2.26 | 1.67 | 2.12 | - |
| YUV | 35.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 26 | 39 | 0 | 0.52 | 0.28 | 0.79 | 332.14 | 0.35 | 0.16 |
| Hex | 36 | 1A | 27 | 0 | 34 | 1C | 4F | 14C | 23 | 10 |
| Octal | 66 | 32 | 47 | 0 | 64 | 34 | 117 | 514 | 43 | 20 |
| Binary | 110110 | 11010 | 100111 | 0 | 110100 | 11100 | 1001111 | 101001100 | 100011 | 10000 |
Color Harmonies of #361A27
Complementary color
Monochromatic Colors of #361A27
Black with #361A27
Text Example
Text Example
White with #361A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361A27; }
p { color: rgb(54,26,39); }
H1.HeaderClassName
{
color: #361A27;
}
.AnyTagClassName
{
color: #361A27;
}
</style>
background-color css
<style>
a { background-color: #361A27; }
a { background-color: rgb(54,26,39); }
div.DivClassName
{
background-color: #361A27;
}
.BgClassName
{
background-color: #361A27;
}
</style>
border-color css
<style>
span { border-color: #361A27; }
span { border-color: rgb(54,26,39); }
td.TdClassName
{
border-color: #361A27;
}
.TagClassName
{
border-color: #361A27;
}
</style>