Shades of Blackberry #27091C
Tints of Blackberry #27091C
RGB
CMYK
RGB Variations
Color information
#27091C (or 0x27091C) is known color: Blackberry. HEX triplet: 27, 09 and 1C. RGB value is (39,9,28). Sum of RGB (Red+Green+Blue) = 39+9+28=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #27091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27091C is #D8F6E3. Grayscale: #141414. Windows color (decimal): -14218980 or 1837351. OLE color: 1837351.
HSL color Cylindrical-coordinate representation of color #27091C: hue angle of 322º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27091C is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 9 | 28 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.85 |
| HSL | 322º | 0.63% | 0.09% | - |
| HSV(B) | 322º | 0.77% | 0.15% | - |
| XYZ | 1.14 | 0.71 | 1.18 | - |
| YUV | 20.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 9 | 28 | 0 | 0.77 | 0.28 | 0.85 | 322 | 0.63 | 0.09 |
| Hex | 27 | 9 | 1C | 0 | 4D | 1C | 55 | 142 | 3E | 9 |
| Octal | 47 | 11 | 34 | 0 | 115 | 34 | 125 | 502 | 76 | 11 |
| Binary | 100111 | 1001 | 11100 | 0 | 1001101 | 11100 | 1010101 | 101000010 | 111110 | 1001 |
Color Harmonies of #27091C
Complementary color
Monochromatic Colors of #27091C
Black with #27091C
Text Example
Text Example
White with #27091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27091C; }
p { color: rgb(39,9,28); }
H1.HeaderClassName
{
color: #27091C;
}
.AnyTagClassName
{
color: #27091C;
}
</style>
background-color css
<style>
a { background-color: #27091C; }
a { background-color: rgb(39,9,28); }
div.DivClassName
{
background-color: #27091C;
}
.BgClassName
{
background-color: #27091C;
}
</style>
border-color css
<style>
span { border-color: #27091C; }
span { border-color: rgb(39,9,28); }
td.TdClassName
{
border-color: #27091C;
}
.TagClassName
{
border-color: #27091C;
}
</style>