Shades of Blackberry #270A1C
Tints of Blackberry #270A1C
RGB
CMYK
RGB Variations
Color information
#270A1C (or 0x270A1C) is known color: Blackberry. HEX triplet: 27, 0A and 1C. RGB value is (39,10,28). Sum of RGB (Red+Green+Blue) = 39+10+28=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #270A1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270A1C is #D8F5E3. Grayscale: #141414. Windows color (decimal): -14218724 or 1837607. OLE color: 1837607.
HSL color Cylindrical-coordinate representation of color #270A1C: hue angle of 322.76º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #270A1C is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 10 | 28 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.85 |
| HSL | 322.76º | 0.59% | 0.1% | - |
| HSV(B) | 322.76º | 0.74% | 0.15% | - |
| XYZ | 1.15 | 0.73 | 1.18 | - |
| YUV | 20.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 28 | 0 | 0.74 | 0.28 | 0.85 | 322.76 | 0.59 | 0.1 |
| Hex | 27 | A | 1C | 0 | 4A | 1C | 55 | 143 | 3B | A |
| Octal | 47 | 12 | 34 | 0 | 112 | 34 | 125 | 503 | 73 | 12 |
| Binary | 100111 | 1010 | 11100 | 0 | 1001010 | 11100 | 1010101 | 101000011 | 111011 | 1010 |
Color Harmonies of #270A1C
Complementary color
Monochromatic Colors of #270A1C
Black with #270A1C
Text Example
Text Example
White with #270A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270A1C; }
p { color: rgb(39,10,28); }
H1.HeaderClassName
{
color: #270A1C;
}
.AnyTagClassName
{
color: #270A1C;
}
</style>
background-color css
<style>
a { background-color: #270A1C; }
a { background-color: rgb(39,10,28); }
div.DivClassName
{
background-color: #270A1C;
}
.BgClassName
{
background-color: #270A1C;
}
</style>
border-color css
<style>
span { border-color: #270A1C; }
span { border-color: rgb(39,10,28); }
td.TdClassName
{
border-color: #270A1C;
}
.TagClassName
{
border-color: #270A1C;
}
</style>