Shades of Blackberry #270D1B
Tints of Blackberry #270D1B
RGB
CMYK
RGB Variations
Color information
#270D1B (or 0x270D1B) is known color: Blackberry. HEX triplet: 27, 0D and 1B. RGB value is (39,13,27). Sum of RGB (Red+Green+Blue) = 39+13+27=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 13 (5.47% from 255 or 16.46% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 39 - color contains mainly: red. Hex color #270D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D1B is #D8F2E4. Grayscale: #161616. Windows color (decimal): -14217957 or 1772839. OLE color: 1772839.
HSL color Cylindrical-coordinate representation of color #270D1B: hue angle of 327.69º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #270D1B is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 13 | 27 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.85 |
| HSL | 327.69º | 0.5% | 0.1% | - |
| HSV(B) | 327.69º | 0.67% | 0.15% | - |
| XYZ | 1.18 | 0.8 | 1.13 | - |
| YUV | 22.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 27 | 0 | 0.67 | 0.31 | 0.85 | 327.69 | 0.5 | 0.1 |
| Hex | 27 | D | 1B | 0 | 43 | 1F | 55 | 148 | 32 | A |
| Octal | 47 | 15 | 33 | 0 | 103 | 37 | 125 | 510 | 62 | 12 |
| Binary | 100111 | 1101 | 11011 | 0 | 1000011 | 11111 | 1010101 | 101001000 | 110010 | 1010 |
Color Harmonies of #270D1B
Complementary color
Monochromatic Colors of #270D1B
Black with #270D1B
Text Example
Text Example
White with #270D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D1B; }
p { color: rgb(39,13,27); }
H1.HeaderClassName
{
color: #270D1B;
}
.AnyTagClassName
{
color: #270D1B;
}
</style>
background-color css
<style>
a { background-color: #270D1B; }
a { background-color: rgb(39,13,27); }
div.DivClassName
{
background-color: #270D1B;
}
.BgClassName
{
background-color: #270D1B;
}
</style>
border-color css
<style>
span { border-color: #270D1B; }
span { border-color: rgb(39,13,27); }
td.TdClassName
{
border-color: #270D1B;
}
.TagClassName
{
border-color: #270D1B;
}
</style>