Shades of Blackberry #2F051B
Tints of Blackberry #2F051B
RGB
CMYK
RGB Variations
Color information
#2F051B (or 0x2F051B) is known color: Blackberry. HEX triplet: 2F, 05 and 1B. RGB value is (47,5,27). Sum of RGB (Red+Green+Blue) = 47+5+27=79 (10% of max value = 765). Red value is 47 (18.75% from 255 or 59.49% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 47 - color contains mainly: red. Hex color #2F051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F051B is #D0FAE4. Grayscale: #141414. Windows color (decimal): -13695717 or 1770799. OLE color: 1770799.
HSL color Cylindrical-coordinate representation of color #2F051B: hue angle of 328.57º 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 #2F051B is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 5 | 27 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.82 |
| HSL | 328.57º | 0.81% | 0.1% | - |
| HSV(B) | 328.57º | 0.89% | 0.18% | - |
| XYZ | 1.42 | 0.79 | 1.11 | - |
| YUV | 20.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 27 | 0 | 0.89 | 0.43 | 0.82 | 328.57 | 0.81 | 0.1 |
| Hex | 2F | 5 | 1B | 0 | 59 | 2B | 52 | 149 | 51 | A |
| Octal | 57 | 5 | 33 | 0 | 131 | 53 | 122 | 511 | 121 | 12 |
| Binary | 101111 | 101 | 11011 | 0 | 1011001 | 101011 | 1010010 | 101001001 | 1010001 | 1010 |
Color Harmonies of #2F051B
Complementary color
Monochromatic Colors of #2F051B
Black with #2F051B
Text Example
Text Example
White with #2F051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F051B; }
p { color: rgb(47,5,27); }
H1.HeaderClassName
{
color: #2F051B;
}
.AnyTagClassName
{
color: #2F051B;
}
</style>
background-color css
<style>
a { background-color: #2F051B; }
a { background-color: rgb(47,5,27); }
div.DivClassName
{
background-color: #2F051B;
}
.BgClassName
{
background-color: #2F051B;
}
</style>
border-color css
<style>
span { border-color: #2F051B; }
span { border-color: rgb(47,5,27); }
td.TdClassName
{
border-color: #2F051B;
}
.TagClassName
{
border-color: #2F051B;
}
</style>