Shades of Blackberry #27141E
Tints of Blackberry #27141E
RGB
CMYK
RGB Variations
Color information
#27141E (or 0x27141E) is known color: Blackberry. HEX triplet: 27, 14 and 1E. RGB value is (39,20,30). Sum of RGB (Red+Green+Blue) = 39+20+30=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 39 - color contains mainly: red. Hex color #27141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27141E is #D8EBE1. Grayscale: #1A1A1A. Windows color (decimal): -14216162 or 1971239. OLE color: 1971239.
HSL color Cylindrical-coordinate representation of color #27141E: hue angle of 328.42º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27141E is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 20 | 30 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.85 |
| HSL | 328.42º | 0.32% | 0.12% | - |
| HSV(B) | 328.42º | 0.49% | 0.15% | - |
| XYZ | 1.32 | 1.03 | 1.36 | - |
| YUV | 26.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 30 | 0 | 0.49 | 0.23 | 0.85 | 328.42 | 0.32 | 0.12 |
| Hex | 27 | 14 | 1E | 0 | 31 | 17 | 55 | 148 | 20 | C |
| Octal | 47 | 24 | 36 | 0 | 61 | 27 | 125 | 510 | 40 | 14 |
| Binary | 100111 | 10100 | 11110 | 0 | 110001 | 10111 | 1010101 | 101001000 | 100000 | 1100 |
Color Harmonies of #27141E
Complementary color
Monochromatic Colors of #27141E
Black with #27141E
Text Example
Text Example
White with #27141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27141E; }
p { color: rgb(39,20,30); }
H1.HeaderClassName
{
color: #27141E;
}
.AnyTagClassName
{
color: #27141E;
}
</style>
background-color css
<style>
a { background-color: #27141E; }
a { background-color: rgb(39,20,30); }
div.DivClassName
{
background-color: #27141E;
}
.BgClassName
{
background-color: #27141E;
}
</style>
border-color css
<style>
span { border-color: #27141E; }
span { border-color: rgb(39,20,30); }
td.TdClassName
{
border-color: #27141E;
}
.TagClassName
{
border-color: #27141E;
}
</style>