Shades of Blackberry #270F1D
Tints of Blackberry #270F1D
RGB
CMYK
RGB Variations
Color information
#270F1D (or 0x270F1D) is known color: Blackberry. HEX triplet: 27, 0F and 1D. RGB value is (39,15,29). Sum of RGB (Red+Green+Blue) = 39+15+29=83 (10% of max value = 765). Red value is 39 (15.62% from 255 or 46.99% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 39 - color contains mainly: red. Hex color #270F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F1D is #D8F0E2. Grayscale: #171717. Windows color (decimal): -14217443 or 1904423. OLE color: 1904423.
HSL color Cylindrical-coordinate representation of color #270F1D: hue angle of 325º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #270F1D is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 15 | 29 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.85 |
| HSL | 325º | 0.44% | 0.11% | - |
| HSV(B) | 325º | 0.62% | 0.15% | - |
| XYZ | 1.23 | 0.86 | 1.26 | - |
| YUV | 23.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 29 | 0 | 0.62 | 0.26 | 0.85 | 325 | 0.44 | 0.11 |
| Hex | 27 | F | 1D | 0 | 3E | 1A | 55 | 145 | 2C | B |
| Octal | 47 | 17 | 35 | 0 | 76 | 32 | 125 | 505 | 54 | 13 |
| Binary | 100111 | 1111 | 11101 | 0 | 111110 | 11010 | 1010101 | 101000101 | 101100 | 1011 |
Color Harmonies of #270F1D
Complementary color
Monochromatic Colors of #270F1D
Black with #270F1D
Text Example
Text Example
White with #270F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F1D; }
p { color: rgb(39,15,29); }
H1.HeaderClassName
{
color: #270F1D;
}
.AnyTagClassName
{
color: #270F1D;
}
</style>
background-color css
<style>
a { background-color: #270F1D; }
a { background-color: rgb(39,15,29); }
div.DivClassName
{
background-color: #270F1D;
}
.BgClassName
{
background-color: #270F1D;
}
</style>
border-color css
<style>
span { border-color: #270F1D; }
span { border-color: rgb(39,15,29); }
td.TdClassName
{
border-color: #270F1D;
}
.TagClassName
{
border-color: #270F1D;
}
</style>