Shades of Blackberry #27051B
Tints of Blackberry #27051B
RGB
CMYK
RGB Variations
Color information
#27051B (or 0x27051B) is known color: Blackberry. HEX triplet: 27, 05 and 1B. RGB value is (39,5,27). Sum of RGB (Red+Green+Blue) = 39+5+27=71 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.93% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 39 - color contains mainly: red. Hex color #27051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27051B is #D8FAE4. Grayscale: #111111. Windows color (decimal): -14220005 or 1770791. OLE color: 1770791.
HSL color Cylindrical-coordinate representation of color #27051B: hue angle of 321.18º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #27051B is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 5 | 27 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.85 |
| HSL | 321.18º | 0.77% | 0.09% | - |
| HSV(B) | 321.18º | 0.87% | 0.15% | - |
| XYZ | 1.09 | 0.62 | 1.1 | - |
| YUV | 17.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 27 | 0 | 0.87 | 0.31 | 0.85 | 321.18 | 0.77 | 0.09 |
| Hex | 27 | 5 | 1B | 0 | 57 | 1F | 55 | 141 | 4D | 9 |
| Octal | 47 | 5 | 33 | 0 | 127 | 37 | 125 | 501 | 115 | 11 |
| Binary | 100111 | 101 | 11011 | 0 | 1010111 | 11111 | 1010101 | 101000001 | 1001101 | 1001 |
Color Harmonies of #27051B
Complementary color
Monochromatic Colors of #27051B
Black with #27051B
Text Example
Text Example
White with #27051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27051B; }
p { color: rgb(39,5,27); }
H1.HeaderClassName
{
color: #27051B;
}
.AnyTagClassName
{
color: #27051B;
}
</style>
background-color css
<style>
a { background-color: #27051B; }
a { background-color: rgb(39,5,27); }
div.DivClassName
{
background-color: #27051B;
}
.BgClassName
{
background-color: #27051B;
}
</style>
border-color css
<style>
span { border-color: #27051B; }
span { border-color: rgb(39,5,27); }
td.TdClassName
{
border-color: #27051B;
}
.TagClassName
{
border-color: #27051B;
}
</style>