Shades of Blackberry #2F091A
Tints of Blackberry #2F091A
RGB
CMYK
RGB Variations
Color information
#2F091A (or 0x2F091A) is known color: Blackberry. HEX triplet: 2F, 09 and 1A. RGB value is (47,9,26). Sum of RGB (Red+Green+Blue) = 47+9+26=82 (10% of max value = 765). Red value is 47 (18.75% from 255 or 57.32% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 47 - color contains mainly: red. Hex color #2F091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F091A is #D0F6E5. Grayscale: #161616. Windows color (decimal): -13694694 or 1706287. OLE color: 1706287.
HSL color Cylindrical-coordinate representation of color #2F091A: hue angle of 333.16º 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 #2F091A is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 9 | 26 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.82 |
| HSL | 333.16º | 0.68% | 0.11% | - |
| HSV(B) | 333.16º | 0.81% | 0.18% | - |
| XYZ | 1.46 | 0.87 | 1.07 | - |
| YUV | 22.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 26 | 0 | 0.81 | 0.45 | 0.82 | 333.16 | 0.68 | 0.11 |
| Hex | 2F | 9 | 1A | 0 | 51 | 2D | 52 | 14D | 44 | B |
| Octal | 57 | 11 | 32 | 0 | 121 | 55 | 122 | 515 | 104 | 13 |
| Binary | 101111 | 1001 | 11010 | 0 | 1010001 | 101101 | 1010010 | 101001101 | 1000100 | 1011 |
Color Harmonies of #2F091A
Complementary color
Monochromatic Colors of #2F091A
Black with #2F091A
Text Example
Text Example
White with #2F091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F091A; }
p { color: rgb(47,9,26); }
H1.HeaderClassName
{
color: #2F091A;
}
.AnyTagClassName
{
color: #2F091A;
}
</style>
background-color css
<style>
a { background-color: #2F091A; }
a { background-color: rgb(47,9,26); }
div.DivClassName
{
background-color: #2F091A;
}
.BgClassName
{
background-color: #2F091A;
}
</style>
border-color css
<style>
span { border-color: #2F091A; }
span { border-color: rgb(47,9,26); }
td.TdClassName
{
border-color: #2F091A;
}
.TagClassName
{
border-color: #2F091A;
}
</style>