Shades of Blackberry #270B1E
Tints of Blackberry #270B1E
RGB
CMYK
RGB Variations
Color information
#270B1E (or 0x270B1E) is known color: Blackberry. HEX triplet: 27, 0B and 1E. RGB value is (39,11,30). Sum of RGB (Red+Green+Blue) = 39+11+30=80 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.75% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 39 - color contains mainly: red. Hex color #270B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270B1E is #D8F4E1. Grayscale: #151515. Windows color (decimal): -14218466 or 1968935. OLE color: 1968935.
HSL color Cylindrical-coordinate representation of color #270B1E: hue angle of 319.29º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #270B1E is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 11 | 30 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.85 |
| HSL | 319.29º | 0.56% | 0.1% | - |
| HSV(B) | 319.29º | 0.72% | 0.15% | - |
| XYZ | 1.19 | 0.76 | 1.31 | - |
| YUV | 21.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 30 | 0 | 0.72 | 0.23 | 0.85 | 319.29 | 0.56 | 0.1 |
| Hex | 27 | B | 1E | 0 | 48 | 17 | 55 | 13F | 38 | A |
| Octal | 47 | 13 | 36 | 0 | 110 | 27 | 125 | 477 | 70 | 12 |
| Binary | 100111 | 1011 | 11110 | 0 | 1001000 | 10111 | 1010101 | 100111111 | 111000 | 1010 |
Color Harmonies of #270B1E
Complementary color
Monochromatic Colors of #270B1E
Black with #270B1E
Text Example
Text Example
White with #270B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270B1E; }
p { color: rgb(39,11,30); }
H1.HeaderClassName
{
color: #270B1E;
}
.AnyTagClassName
{
color: #270B1E;
}
</style>
background-color css
<style>
a { background-color: #270B1E; }
a { background-color: rgb(39,11,30); }
div.DivClassName
{
background-color: #270B1E;
}
.BgClassName
{
background-color: #270B1E;
}
</style>
border-color css
<style>
span { border-color: #270B1E; }
span { border-color: rgb(39,11,30); }
td.TdClassName
{
border-color: #270B1E;
}
.TagClassName
{
border-color: #270B1E;
}
</style>