Shades of Blackberry #2F0519
Tints of Blackberry #2F0519
RGB
CMYK
RGB Variations
Color information
#2F0519 (or 0x2F0519) is known color: Blackberry. HEX triplet: 2F, 05 and 19. RGB value is (47,5,25). Sum of RGB (Red+Green+Blue) = 47+5+25=77 (10% of max value = 765). Red value is 47 (18.75% from 255 or 61.04% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0519 is #D0FAE6. Grayscale: #131313. Windows color (decimal): -13695719 or 1639727. OLE color: 1639727.
HSL color Cylindrical-coordinate representation of color #2F0519: hue angle of 331.43º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F0519 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 5 | 25 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.82 |
| HSL | 331.43º | 0.81% | 0.1% | - |
| HSV(B) | 331.43º | 0.89% | 0.18% | - |
| XYZ | 1.4 | 0.78 | 1 | - |
| YUV | 19.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 25 | 0 | 0.89 | 0.47 | 0.82 | 331.43 | 0.81 | 0.1 |
| Hex | 2F | 5 | 19 | 0 | 59 | 2F | 52 | 14B | 51 | A |
| Octal | 57 | 5 | 31 | 0 | 131 | 57 | 122 | 513 | 121 | 12 |
| Binary | 101111 | 101 | 11001 | 0 | 1011001 | 101111 | 1010010 | 101001011 | 1010001 | 1010 |
Color Harmonies of #2F0519
Complementary color
Monochromatic Colors of #2F0519
Black with #2F0519
Text Example
Text Example
White with #2F0519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0519; }
p { color: rgb(47,5,25); }
H1.HeaderClassName
{
color: #2F0519;
}
.AnyTagClassName
{
color: #2F0519;
}
</style>
background-color css
<style>
a { background-color: #2F0519; }
a { background-color: rgb(47,5,25); }
div.DivClassName
{
background-color: #2F0519;
}
.BgClassName
{
background-color: #2F0519;
}
</style>
border-color css
<style>
span { border-color: #2F0519; }
span { border-color: rgb(47,5,25); }
td.TdClassName
{
border-color: #2F0519;
}
.TagClassName
{
border-color: #2F0519;
}
</style>