Shades of Blackberry #2F031B
Tints of Blackberry #2F031B
RGB
CMYK
RGB Variations
Color information
#2F031B (or 0x2F031B) is known color: Blackberry. HEX triplet: 2F, 03 and 1B. RGB value is (47,3,27). Sum of RGB (Red+Green+Blue) = 47+3+27=77 (10% of max value = 765). Red value is 47 (18.75% from 255 or 61.04% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 47 - color contains mainly: red. Hex color #2F031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F031B is #D0FCE4. Grayscale: #121212. Windows color (decimal): -13696229 or 1770287. OLE color: 1770287.
HSL color Cylindrical-coordinate representation of color #2F031B: hue angle of 327.27º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F031B is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 3 | 27 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.82 |
| HSL | 327.27º | 0.88% | 0.1% | - |
| HSV(B) | 327.27º | 0.94% | 0.18% | - |
| XYZ | 1.4 | 0.75 | 1.11 | - |
| YUV | 18.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 27 | 0 | 0.94 | 0.43 | 0.82 | 327.27 | 0.88 | 0.1 |
| Hex | 2F | 3 | 1B | 0 | 5E | 2B | 52 | 147 | 58 | A |
| Octal | 57 | 3 | 33 | 0 | 136 | 53 | 122 | 507 | 130 | 12 |
| Binary | 101111 | 11 | 11011 | 0 | 1011110 | 101011 | 1010010 | 101000111 | 1011000 | 1010 |
Color Harmonies of #2F031B
Complementary color
Monochromatic Colors of #2F031B
Black with #2F031B
Text Example
Text Example
White with #2F031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F031B; }
p { color: rgb(47,3,27); }
H1.HeaderClassName
{
color: #2F031B;
}
.AnyTagClassName
{
color: #2F031B;
}
</style>
background-color css
<style>
a { background-color: #2F031B; }
a { background-color: rgb(47,3,27); }
div.DivClassName
{
background-color: #2F031B;
}
.BgClassName
{
background-color: #2F031B;
}
</style>
border-color css
<style>
span { border-color: #2F031B; }
span { border-color: rgb(47,3,27); }
td.TdClassName
{
border-color: #2F031B;
}
.TagClassName
{
border-color: #2F031B;
}
</style>