Shades of Blackberry #27041B
Tints of Blackberry #27041B
RGB
CMYK
RGB Variations
Color information
#27041B (or 0x27041B) is known color: Blackberry. HEX triplet: 27, 04 and 1B. RGB value is (39,4,27). Sum of RGB (Red+Green+Blue) = 39+4+27=70 (9% of max value = 765). Red value is 39 (15.62% from 255 or 55.71% from 70); Green value is 4 (1.95% from 255 or 5.71% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 39 - color contains mainly: red. Hex color #27041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27041B is #D8FBE4. Grayscale: #111111. Windows color (decimal): -14220261 or 1770535. OLE color: 1770535.
HSL color Cylindrical-coordinate representation of color #27041B: hue angle of 320.57º 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 #27041B is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 4 | 27 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.85 |
| HSL | 320.57º | 0.81% | 0.08% | - |
| HSV(B) | 320.57º | 0.9% | 0.15% | - |
| XYZ | 1.08 | 0.6 | 1.1 | - |
| YUV | 17.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 4 | 27 | 0 | 0.90 | 0.31 | 0.85 | 320.57 | 0.81 | 0.08 |
| Hex | 27 | 4 | 1B | 0 | 5A | 1F | 55 | 141 | 51 | 8 |
| Octal | 47 | 4 | 33 | 0 | 132 | 37 | 125 | 501 | 121 | 10 |
| Binary | 100111 | 100 | 11011 | 0 | 1011010 | 11111 | 1010101 | 101000001 | 1010001 | 1000 |
Color Harmonies of #27041B
Complementary color
Monochromatic Colors of #27041B
Black with #27041B
Text Example
Text Example
White with #27041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27041B; }
p { color: rgb(39,4,27); }
H1.HeaderClassName
{
color: #27041B;
}
.AnyTagClassName
{
color: #27041B;
}
</style>
background-color css
<style>
a { background-color: #27041B; }
a { background-color: rgb(39,4,27); }
div.DivClassName
{
background-color: #27041B;
}
.BgClassName
{
background-color: #27041B;
}
</style>
border-color css
<style>
span { border-color: #27041B; }
span { border-color: rgb(39,4,27); }
td.TdClassName
{
border-color: #27041B;
}
.TagClassName
{
border-color: #27041B;
}
</style>