Shades of Blackberry #27171F
Tints of Blackberry #27171F
RGB
CMYK
RGB Variations
Color information
#27171F (or 0x27171F) is known color: Blackberry. HEX triplet: 27, 17 and 1F. RGB value is (39,23,31). Sum of RGB (Red+Green+Blue) = 39+23+31=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #27171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27171F is #D8E8E0. Grayscale: #1C1C1C. Windows color (decimal): -14215393 or 2037543. OLE color: 2037543.
HSL color Cylindrical-coordinate representation of color #27171F: hue angle of 330º degrees, saturation: 0.26, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #27171F is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 23 | 31 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.85 |
| HSL | 330º | 0.26% | 0.12% | - |
| HSV(B) | 330º | 0.41% | 0.15% | - |
| XYZ | 1.39 | 1.14 | 1.44 | - |
| YUV | 28.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 23 | 31 | 0 | 0.41 | 0.21 | 0.85 | 330 | 0.26 | 0.12 |
| Hex | 27 | 17 | 1F | 0 | 29 | 15 | 55 | 14A | 1A | C |
| Octal | 47 | 27 | 37 | 0 | 51 | 25 | 125 | 512 | 32 | 14 |
| Binary | 100111 | 10111 | 11111 | 0 | 101001 | 10101 | 1010101 | 101001010 | 11010 | 1100 |
Color Harmonies of #27171F
Complementary color
Monochromatic Colors of #27171F
Black with #27171F
Text Example
Text Example
White with #27171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27171F; }
p { color: rgb(39,23,31); }
H1.HeaderClassName
{
color: #27171F;
}
.AnyTagClassName
{
color: #27171F;
}
</style>
background-color css
<style>
a { background-color: #27171F; }
a { background-color: rgb(39,23,31); }
div.DivClassName
{
background-color: #27171F;
}
.BgClassName
{
background-color: #27171F;
}
</style>
border-color css
<style>
span { border-color: #27171F; }
span { border-color: rgb(39,23,31); }
td.TdClassName
{
border-color: #27171F;
}
.TagClassName
{
border-color: #27171F;
}
</style>