Shades of Blackberry #270A1B
Tints of Blackberry #270A1B
RGB
CMYK
RGB Variations
Color information
#270A1B (or 0x270A1B) is known color: Blackberry. HEX triplet: 27, 0A and 1B. RGB value is (39,10,27). Sum of RGB (Red+Green+Blue) = 39+10+27=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #270A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270A1B is #D8F5E4. Grayscale: #141414. Windows color (decimal): -14218725 or 1772071. OLE color: 1772071.
HSL color Cylindrical-coordinate representation of color #270A1B: hue angle of 324.83º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #270A1B is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 10 | 27 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.85 |
| HSL | 324.83º | 0.59% | 0.1% | - |
| HSV(B) | 324.83º | 0.74% | 0.15% | - |
| XYZ | 1.14 | 0.73 | 1.12 | - |
| YUV | 20.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 27 | 0 | 0.74 | 0.31 | 0.85 | 324.83 | 0.59 | 0.1 |
| Hex | 27 | A | 1B | 0 | 4A | 1F | 55 | 145 | 3B | A |
| Octal | 47 | 12 | 33 | 0 | 112 | 37 | 125 | 505 | 73 | 12 |
| Binary | 100111 | 1010 | 11011 | 0 | 1001010 | 11111 | 1010101 | 101000101 | 111011 | 1010 |
Color Harmonies of #270A1B
Complementary color
Monochromatic Colors of #270A1B
Black with #270A1B
Text Example
Text Example
White with #270A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270A1B; }
p { color: rgb(39,10,27); }
H1.HeaderClassName
{
color: #270A1B;
}
.AnyTagClassName
{
color: #270A1B;
}
</style>
background-color css
<style>
a { background-color: #270A1B; }
a { background-color: rgb(39,10,27); }
div.DivClassName
{
background-color: #270A1B;
}
.BgClassName
{
background-color: #270A1B;
}
</style>
border-color css
<style>
span { border-color: #270A1B; }
span { border-color: rgb(39,10,27); }
td.TdClassName
{
border-color: #270A1B;
}
.TagClassName
{
border-color: #270A1B;
}
</style>