Shades of Blackberry #27121E
Tints of Blackberry #27121E
RGB
CMYK
RGB Variations
Color information
#27121E (or 0x27121E) is known color: Blackberry. HEX triplet: 27, 12 and 1E. RGB value is (39,18,30). Sum of RGB (Red+Green+Blue) = 39+18+30=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #27121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27121E is #D8EDE1. Grayscale: #191919. Windows color (decimal): -14216674 or 1970727. OLE color: 1970727.
HSL color Cylindrical-coordinate representation of color #27121E: hue angle of 325.71º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #27121E is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 18 | 30 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.85 |
| HSL | 325.71º | 0.37% | 0.11% | - |
| HSV(B) | 325.71º | 0.54% | 0.15% | - |
| XYZ | 1.29 | 0.96 | 1.35 | - |
| YUV | 25.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 30 | 0 | 0.54 | 0.23 | 0.85 | 325.71 | 0.37 | 0.11 |
| Hex | 27 | 12 | 1E | 0 | 36 | 17 | 55 | 146 | 25 | B |
| Octal | 47 | 22 | 36 | 0 | 66 | 27 | 125 | 506 | 45 | 13 |
| Binary | 100111 | 10010 | 11110 | 0 | 110110 | 10111 | 1010101 | 101000110 | 100101 | 1011 |
Color Harmonies of #27121E
Complementary color
Monochromatic Colors of #27121E
Black with #27121E
Text Example
Text Example
White with #27121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27121E; }
p { color: rgb(39,18,30); }
H1.HeaderClassName
{
color: #27121E;
}
.AnyTagClassName
{
color: #27121E;
}
</style>
background-color css
<style>
a { background-color: #27121E; }
a { background-color: rgb(39,18,30); }
div.DivClassName
{
background-color: #27121E;
}
.BgClassName
{
background-color: #27121E;
}
</style>
border-color css
<style>
span { border-color: #27121E; }
span { border-color: rgb(39,18,30); }
td.TdClassName
{
border-color: #27121E;
}
.TagClassName
{
border-color: #27121E;
}
</style>