Shades of Blackberry #2F091E
Tints of Blackberry #2F091E
RGB
CMYK
RGB Variations
Color information
#2F091E (or 0x2F091E) is known color: Blackberry. HEX triplet: 2F, 09 and 1E. RGB value is (47,9,30). Sum of RGB (Red+Green+Blue) = 47+9+30=86 (11% of max value = 765). Red value is 47 (18.75% from 255 or 54.65% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 47 - color contains mainly: red. Hex color #2F091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F091E is #D0F6E1. Grayscale: #161616. Windows color (decimal): -13694690 or 1968431. OLE color: 1968431.
HSL color Cylindrical-coordinate representation of color #2F091E: hue angle of 326.84º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F091E is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 9 | 30 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.82 |
| HSL | 326.84º | 0.68% | 0.11% | - |
| HSV(B) | 326.84º | 0.81% | 0.18% | - |
| XYZ | 1.5 | 0.89 | 1.32 | - |
| YUV | 22.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 30 | 0 | 0.81 | 0.36 | 0.82 | 326.84 | 0.68 | 0.11 |
| Hex | 2F | 9 | 1E | 0 | 51 | 24 | 52 | 147 | 44 | B |
| Octal | 57 | 11 | 36 | 0 | 121 | 44 | 122 | 507 | 104 | 13 |
| Binary | 101111 | 1001 | 11110 | 0 | 1010001 | 100100 | 1010010 | 101000111 | 1000100 | 1011 |
Color Harmonies of #2F091E
Complementary color
Monochromatic Colors of #2F091E
Black with #2F091E
Text Example
Text Example
White with #2F091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F091E; }
p { color: rgb(47,9,30); }
H1.HeaderClassName
{
color: #2F091E;
}
.AnyTagClassName
{
color: #2F091E;
}
</style>
background-color css
<style>
a { background-color: #2F091E; }
a { background-color: rgb(47,9,30); }
div.DivClassName
{
background-color: #2F091E;
}
.BgClassName
{
background-color: #2F091E;
}
</style>
border-color css
<style>
span { border-color: #2F091E; }
span { border-color: rgb(47,9,30); }
td.TdClassName
{
border-color: #2F091E;
}
.TagClassName
{
border-color: #2F091E;
}
</style>