Shades of Blackberry #270119
Tints of Blackberry #270119
RGB
CMYK
RGB Variations
Color information
#270119 (or 0x270119) is known color: Blackberry. HEX triplet: 27, 01 and 19. RGB value is (39,1,25). Sum of RGB (Red+Green+Blue) = 39+1+25=65 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 39 - color contains mainly: red. Hex color #270119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270119 is #D8FEE6. Grayscale: #0F0F0F. Windows color (decimal): -14221031 or 1638695. OLE color: 1638695.
HSL color Cylindrical-coordinate representation of color #270119: hue angle of 322.11º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270119 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 1 | 25 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.85 |
| HSL | 322.11º | 0.95% | 0.08% | - |
| HSV(B) | 322.11º | 0.97% | 0.15% | - |
| XYZ | 1.02 | 0.52 | 0.97 | - |
| YUV | 15.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 25 | 0 | 0.97 | 0.36 | 0.85 | 322.11 | 0.95 | 0.08 |
| Hex | 27 | 1 | 19 | 0 | 61 | 24 | 55 | 142 | 5F | 8 |
| Octal | 47 | 1 | 31 | 0 | 141 | 44 | 125 | 502 | 137 | 10 |
| Binary | 100111 | 1 | 11001 | 0 | 1100001 | 100100 | 1010101 | 101000010 | 1011111 | 1000 |
Color Harmonies of #270119
Complementary color
Monochromatic Colors of #270119
Black with #270119
Text Example
Text Example
White with #270119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270119; }
p { color: rgb(39,1,25); }
H1.HeaderClassName
{
color: #270119;
}
.AnyTagClassName
{
color: #270119;
}
</style>
background-color css
<style>
a { background-color: #270119; }
a { background-color: rgb(39,1,25); }
div.DivClassName
{
background-color: #270119;
}
.BgClassName
{
background-color: #270119;
}
</style>
border-color css
<style>
span { border-color: #270119; }
span { border-color: rgb(39,1,25); }
td.TdClassName
{
border-color: #270119;
}
.TagClassName
{
border-color: #270119;
}
</style>