Shades of Blackberry #2F091C
Tints of Blackberry #2F091C
RGB
CMYK
RGB Variations
Color information
#2F091C (or 0x2F091C) is known color: Blackberry. HEX triplet: 2F, 09 and 1C. RGB value is (47,9,28). Sum of RGB (Red+Green+Blue) = 47+9+28=84 (11% of max value = 765). Red value is 47 (18.75% from 255 or 55.95% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 47 - color contains mainly: red. Hex color #2F091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F091C is #D0F6E3. Grayscale: #161616. Windows color (decimal): -13694692 or 1837359. OLE color: 1837359.
HSL color Cylindrical-coordinate representation of color #2F091C: hue angle of 330º 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 #2F091C is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 9 | 28 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.82 |
| HSL | 330º | 0.68% | 0.11% | - |
| HSV(B) | 330º | 0.81% | 0.18% | - |
| XYZ | 1.48 | 0.88 | 1.19 | - |
| YUV | 22.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 28 | 0 | 0.81 | 0.40 | 0.82 | 330 | 0.68 | 0.11 |
| Hex | 2F | 9 | 1C | 0 | 51 | 28 | 52 | 14A | 44 | B |
| Octal | 57 | 11 | 34 | 0 | 121 | 50 | 122 | 512 | 104 | 13 |
| Binary | 101111 | 1001 | 11100 | 0 | 1010001 | 101000 | 1010010 | 101001010 | 1000100 | 1011 |
Color Harmonies of #2F091C
Complementary color
Monochromatic Colors of #2F091C
Black with #2F091C
Text Example
Text Example
White with #2F091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F091C; }
p { color: rgb(47,9,28); }
H1.HeaderClassName
{
color: #2F091C;
}
.AnyTagClassName
{
color: #2F091C;
}
</style>
background-color css
<style>
a { background-color: #2F091C; }
a { background-color: rgb(47,9,28); }
div.DivClassName
{
background-color: #2F091C;
}
.BgClassName
{
background-color: #2F091C;
}
</style>
border-color css
<style>
span { border-color: #2F091C; }
span { border-color: rgb(47,9,28); }
td.TdClassName
{
border-color: #2F091C;
}
.TagClassName
{
border-color: #2F091C;
}
</style>