Shades of Blackberry #2F0518
Tints of Blackberry #2F0518
RGB
CMYK
RGB Variations
Color information
#2F0518 (or 0x2F0518) is known color: Blackberry. HEX triplet: 2F, 05 and 18. RGB value is (47,5,24). Sum of RGB (Red+Green+Blue) = 47+5+24=76 (10% of max value = 765). Red value is 47 (18.75% from 255 or 61.84% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0518 is #D0FAE7. Grayscale: #131313. Windows color (decimal): -13695720 or 1574191. OLE color: 1574191.
HSL color Cylindrical-coordinate representation of color #2F0518: hue angle of 332.86º 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 #2F0518 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 5 | 24 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.82 |
| HSL | 332.86º | 0.81% | 0.1% | - |
| HSV(B) | 332.86º | 0.89% | 0.18% | - |
| XYZ | 1.39 | 0.78 | 0.94 | - |
| YUV | 19.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 24 | 0 | 0.89 | 0.49 | 0.82 | 332.86 | 0.81 | 0.1 |
| Hex | 2F | 5 | 18 | 0 | 59 | 31 | 52 | 14D | 51 | A |
| Octal | 57 | 5 | 30 | 0 | 131 | 61 | 122 | 515 | 121 | 12 |
| Binary | 101111 | 101 | 11000 | 0 | 1011001 | 110001 | 1010010 | 101001101 | 1010001 | 1010 |
Color Harmonies of #2F0518
Complementary color
Monochromatic Colors of #2F0518
Black with #2F0518
Text Example
Text Example
White with #2F0518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0518; }
p { color: rgb(47,5,24); }
H1.HeaderClassName
{
color: #2F0518;
}
.AnyTagClassName
{
color: #2F0518;
}
</style>
background-color css
<style>
a { background-color: #2F0518; }
a { background-color: rgb(47,5,24); }
div.DivClassName
{
background-color: #2F0518;
}
.BgClassName
{
background-color: #2F0518;
}
</style>
border-color css
<style>
span { border-color: #2F0518; }
span { border-color: rgb(47,5,24); }
td.TdClassName
{
border-color: #2F0518;
}
.TagClassName
{
border-color: #2F0518;
}
</style>