Shades of Blackberry #270113
Tints of Blackberry #270113
RGB
CMYK
RGB Variations
Color information
#270113 (or 0x270113) is known color: Blackberry. HEX triplet: 27, 01 and 13. RGB value is (39,1,19). Sum of RGB (Red+Green+Blue) = 39+1+19=59 (7% of max value = 765). Red value is 39 (15.62% from 255 or 66.10% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 39 - color contains mainly: red. Hex color #270113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270113 is #D8FEEC. Grayscale: #0E0E0E. Windows color (decimal): -14221037 or 1245479. OLE color: 1245479.
HSL color Cylindrical-coordinate representation of color #270113: hue angle of 331.58º 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 #270113 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 1 | 19 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.85 |
| HSL | 331.58º | 0.95% | 0.08% | - |
| HSV(B) | 331.58º | 0.97% | 0.15% | - |
| XYZ | 0.97 | 0.5 | 0.66 | - |
| YUV | 14.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 19 | 0 | 0.97 | 0.51 | 0.85 | 331.58 | 0.95 | 0.08 |
| Hex | 27 | 1 | 13 | 0 | 61 | 33 | 55 | 14C | 5F | 8 |
| Octal | 47 | 1 | 23 | 0 | 141 | 63 | 125 | 514 | 137 | 10 |
| Binary | 100111 | 1 | 10011 | 0 | 1100001 | 110011 | 1010101 | 101001100 | 1011111 | 1000 |
Color Harmonies of #270113
Complementary color
Monochromatic Colors of #270113
Black with #270113
Text Example
Text Example
White with #270113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270113; }
p { color: rgb(39,1,19); }
H1.HeaderClassName
{
color: #270113;
}
.AnyTagClassName
{
color: #270113;
}
</style>
background-color css
<style>
a { background-color: #270113; }
a { background-color: rgb(39,1,19); }
div.DivClassName
{
background-color: #270113;
}
.BgClassName
{
background-color: #270113;
}
</style>
border-color css
<style>
span { border-color: #270113; }
span { border-color: rgb(39,1,19); }
td.TdClassName
{
border-color: #270113;
}
.TagClassName
{
border-color: #270113;
}
</style>