Shades of Blackberry #270C1C
Tints of Blackberry #270C1C
RGB
CMYK
RGB Variations
Color information
#270C1C (or 0x270C1C) is known color: Blackberry. HEX triplet: 27, 0C and 1C. RGB value is (39,12,28). Sum of RGB (Red+Green+Blue) = 39+12+28=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 39 - color contains mainly: red. Hex color #270C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C1C is #D8F3E3. Grayscale: #151515. Windows color (decimal): -14218212 or 1838119. OLE color: 1838119.
HSL color Cylindrical-coordinate representation of color #270C1C: hue angle of 324.44º 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 #270C1C is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 12 | 28 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.85 |
| HSL | 324.44º | 0.53% | 0.1% | - |
| HSV(B) | 324.44º | 0.69% | 0.15% | - |
| XYZ | 1.18 | 0.78 | 1.19 | - |
| YUV | 21.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 28 | 0 | 0.69 | 0.28 | 0.85 | 324.44 | 0.53 | 0.1 |
| Hex | 27 | C | 1C | 0 | 45 | 1C | 55 | 144 | 35 | A |
| Octal | 47 | 14 | 34 | 0 | 105 | 34 | 125 | 504 | 65 | 12 |
| Binary | 100111 | 1100 | 11100 | 0 | 1000101 | 11100 | 1010101 | 101000100 | 110101 | 1010 |
Color Harmonies of #270C1C
Complementary color
Monochromatic Colors of #270C1C
Black with #270C1C
Text Example
Text Example
White with #270C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C1C; }
p { color: rgb(39,12,28); }
H1.HeaderClassName
{
color: #270C1C;
}
.AnyTagClassName
{
color: #270C1C;
}
</style>
background-color css
<style>
a { background-color: #270C1C; }
a { background-color: rgb(39,12,28); }
div.DivClassName
{
background-color: #270C1C;
}
.BgClassName
{
background-color: #270C1C;
}
</style>
border-color css
<style>
span { border-color: #270C1C; }
span { border-color: rgb(39,12,28); }
td.TdClassName
{
border-color: #270C1C;
}
.TagClassName
{
border-color: #270C1C;
}
</style>