Shades of Blackberry #27041D
Tints of Blackberry #27041D
RGB
CMYK
RGB Variations
Color information
#27041D (or 0x27041D) is known color: Blackberry. HEX triplet: 27, 04 and 1D. RGB value is (39,4,29). Sum of RGB (Red+Green+Blue) = 39+4+29=72 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.17% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 39 - color contains mainly: red. Hex color #27041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27041D is #D8FBE2. Grayscale: #111111. Windows color (decimal): -14220259 or 1901607. OLE color: 1901607.
HSL color Cylindrical-coordinate representation of color #27041D: hue angle of 317.14º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27041D is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 4 | 29 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.85 |
| HSL | 317.14º | 0.81% | 0.08% | - |
| HSV(B) | 317.14º | 0.9% | 0.15% | - |
| XYZ | 1.1 | 0.61 | 1.22 | - |
| YUV | 17.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 4 | 29 | 0 | 0.90 | 0.26 | 0.85 | 317.14 | 0.81 | 0.08 |
| Hex | 27 | 4 | 1D | 0 | 5A | 1A | 55 | 13D | 51 | 8 |
| Octal | 47 | 4 | 35 | 0 | 132 | 32 | 125 | 475 | 121 | 10 |
| Binary | 100111 | 100 | 11101 | 0 | 1011010 | 11010 | 1010101 | 100111101 | 1010001 | 1000 |
Color Harmonies of #27041D
Complementary color
Monochromatic Colors of #27041D
Black with #27041D
Text Example
Text Example
White with #27041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27041D; }
p { color: rgb(39,4,29); }
H1.HeaderClassName
{
color: #27041D;
}
.AnyTagClassName
{
color: #27041D;
}
</style>
background-color css
<style>
a { background-color: #27041D; }
a { background-color: rgb(39,4,29); }
div.DivClassName
{
background-color: #27041D;
}
.BgClassName
{
background-color: #27041D;
}
</style>
border-color css
<style>
span { border-color: #27041D; }
span { border-color: rgb(39,4,29); }
td.TdClassName
{
border-color: #27041D;
}
.TagClassName
{
border-color: #27041D;
}
</style>