Shades of Blackberry #270A19
Tints of Blackberry #270A19
RGB
CMYK
RGB Variations
Color information
#270A19 (or 0x270A19) is known color: Blackberry. HEX triplet: 27, 0A and 19. RGB value is (39,10,25). Sum of RGB (Red+Green+Blue) = 39+10+25=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #270A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270A19 is #D8F5E6. Grayscale: #141414. Windows color (decimal): -14218727 or 1640999. OLE color: 1640999.
HSL color Cylindrical-coordinate representation of color #270A19: hue angle of 328.97º 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 #270A19 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 10 | 25 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.85 |
| HSL | 328.97º | 0.59% | 0.1% | - |
| HSV(B) | 328.97º | 0.74% | 0.15% | - |
| XYZ | 1.12 | 0.72 | 1 | - |
| YUV | 20.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 25 | 0 | 0.74 | 0.36 | 0.85 | 328.97 | 0.59 | 0.1 |
| Hex | 27 | A | 19 | 0 | 4A | 24 | 55 | 149 | 3B | A |
| Octal | 47 | 12 | 31 | 0 | 112 | 44 | 125 | 511 | 73 | 12 |
| Binary | 100111 | 1010 | 11001 | 0 | 1001010 | 100100 | 1010101 | 101001001 | 111011 | 1010 |
Color Harmonies of #270A19
Complementary color
Monochromatic Colors of #270A19
Black with #270A19
Text Example
Text Example
White with #270A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270A19; }
p { color: rgb(39,10,25); }
H1.HeaderClassName
{
color: #270A19;
}
.AnyTagClassName
{
color: #270A19;
}
</style>
background-color css
<style>
a { background-color: #270A19; }
a { background-color: rgb(39,10,25); }
div.DivClassName
{
background-color: #270A19;
}
.BgClassName
{
background-color: #270A19;
}
</style>
border-color css
<style>
span { border-color: #270A19; }
span { border-color: rgb(39,10,25); }
td.TdClassName
{
border-color: #270A19;
}
.TagClassName
{
border-color: #270A19;
}
</style>