Shades of Blackberry #2F081D
Tints of Blackberry #2F081D
RGB
CMYK
RGB Variations
Color information
#2F081D (or 0x2F081D) is known color: Blackberry. HEX triplet: 2F, 08 and 1D. RGB value is (47,8,29). Sum of RGB (Red+Green+Blue) = 47+8+29=84 (11% of max value = 765). Red value is 47 (18.75% from 255 or 55.95% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 47 - color contains mainly: red. Hex color #2F081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F081D is #D0F7E2. Grayscale: #161616. Windows color (decimal): -13694947 or 1902639. OLE color: 1902639.
HSL color Cylindrical-coordinate representation of color #2F081D: hue angle of 327.69º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F081D is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 8 | 29 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.82 |
| HSL | 327.69º | 0.71% | 0.11% | - |
| HSV(B) | 327.69º | 0.83% | 0.18% | - |
| XYZ | 1.48 | 0.87 | 1.25 | - |
| YUV | 22.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 29 | 0 | 0.83 | 0.38 | 0.82 | 327.69 | 0.71 | 0.11 |
| Hex | 2F | 8 | 1D | 0 | 53 | 26 | 52 | 148 | 47 | B |
| Octal | 57 | 10 | 35 | 0 | 123 | 46 | 122 | 510 | 107 | 13 |
| Binary | 101111 | 1000 | 11101 | 0 | 1010011 | 100110 | 1010010 | 101001000 | 1000111 | 1011 |
Color Harmonies of #2F081D
Complementary color
Monochromatic Colors of #2F081D
Black with #2F081D
Text Example
Text Example
White with #2F081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F081D; }
p { color: rgb(47,8,29); }
H1.HeaderClassName
{
color: #2F081D;
}
.AnyTagClassName
{
color: #2F081D;
}
</style>
background-color css
<style>
a { background-color: #2F081D; }
a { background-color: rgb(47,8,29); }
div.DivClassName
{
background-color: #2F081D;
}
.BgClassName
{
background-color: #2F081D;
}
</style>
border-color css
<style>
span { border-color: #2F081D; }
span { border-color: rgb(47,8,29); }
td.TdClassName
{
border-color: #2F081D;
}
.TagClassName
{
border-color: #2F081D;
}
</style>