Shades of Blackberry #270C1B
Tints of Blackberry #270C1B
RGB
CMYK
RGB Variations
Color information
#270C1B (or 0x270C1B) is known color: Blackberry. HEX triplet: 27, 0C and 1B. RGB value is (39,12,27). Sum of RGB (Red+Green+Blue) = 39+12+27=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #270C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C1B is #D8F3E4. Grayscale: #151515. Windows color (decimal): -14218213 or 1772583. OLE color: 1772583.
HSL color Cylindrical-coordinate representation of color #270C1B: hue angle of 326.67º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #270C1B is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 12 | 27 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.85 |
| HSL | 326.67º | 0.53% | 0.1% | - |
| HSV(B) | 326.67º | 0.69% | 0.15% | - |
| XYZ | 1.17 | 0.77 | 1.12 | - |
| YUV | 21.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 27 | 0 | 0.69 | 0.31 | 0.85 | 326.67 | 0.53 | 0.1 |
| Hex | 27 | C | 1B | 0 | 45 | 1F | 55 | 147 | 35 | A |
| Octal | 47 | 14 | 33 | 0 | 105 | 37 | 125 | 507 | 65 | 12 |
| Binary | 100111 | 1100 | 11011 | 0 | 1000101 | 11111 | 1010101 | 101000111 | 110101 | 1010 |
Color Harmonies of #270C1B
Complementary color
Monochromatic Colors of #270C1B
Black with #270C1B
Text Example
Text Example
White with #270C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C1B; }
p { color: rgb(39,12,27); }
H1.HeaderClassName
{
color: #270C1B;
}
.AnyTagClassName
{
color: #270C1B;
}
</style>
background-color css
<style>
a { background-color: #270C1B; }
a { background-color: rgb(39,12,27); }
div.DivClassName
{
background-color: #270C1B;
}
.BgClassName
{
background-color: #270C1B;
}
</style>
border-color css
<style>
span { border-color: #270C1B; }
span { border-color: rgb(39,12,27); }
td.TdClassName
{
border-color: #270C1B;
}
.TagClassName
{
border-color: #270C1B;
}
</style>