Shades of Blackberry #270C1A
Tints of Blackberry #270C1A
RGB
CMYK
RGB Variations
Color information
#270C1A (or 0x270C1A) is known color: Blackberry. HEX triplet: 27, 0C and 1A. RGB value is (39,12,26). Sum of RGB (Red+Green+Blue) = 39+12+26=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #270C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C1A is #D8F3E5. Grayscale: #151515. Windows color (decimal): -14218214 or 1707047. OLE color: 1707047.
HSL color Cylindrical-coordinate representation of color #270C1A: hue angle of 328.89º 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 #270C1A is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 12 | 26 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.85 |
| HSL | 328.89º | 0.53% | 0.1% | - |
| HSV(B) | 328.89º | 0.69% | 0.15% | - |
| XYZ | 1.15 | 0.77 | 1.06 | - |
| YUV | 21.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 26 | 0 | 0.69 | 0.33 | 0.85 | 328.89 | 0.53 | 0.1 |
| Hex | 27 | C | 1A | 0 | 45 | 21 | 55 | 149 | 35 | A |
| Octal | 47 | 14 | 32 | 0 | 105 | 41 | 125 | 511 | 65 | 12 |
| Binary | 100111 | 1100 | 11010 | 0 | 1000101 | 100001 | 1010101 | 101001001 | 110101 | 1010 |
Color Harmonies of #270C1A
Complementary color
Monochromatic Colors of #270C1A
Black with #270C1A
Text Example
Text Example
White with #270C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C1A; }
p { color: rgb(39,12,26); }
H1.HeaderClassName
{
color: #270C1A;
}
.AnyTagClassName
{
color: #270C1A;
}
</style>
background-color css
<style>
a { background-color: #270C1A; }
a { background-color: rgb(39,12,26); }
div.DivClassName
{
background-color: #270C1A;
}
.BgClassName
{
background-color: #270C1A;
}
</style>
border-color css
<style>
span { border-color: #270C1A; }
span { border-color: rgb(39,12,26); }
td.TdClassName
{
border-color: #270C1A;
}
.TagClassName
{
border-color: #270C1A;
}
</style>