Shades of Blackberry #2F071D
Tints of Blackberry #2F071D
RGB
CMYK
RGB Variations
Color information
#2F071D (or 0x2F071D) is known color: Blackberry. HEX triplet: 2F, 07 and 1D. RGB value is (47,7,29). Sum of RGB (Red+Green+Blue) = 47+7+29=83 (10% of max value = 765). Red value is 47 (18.75% from 255 or 56.63% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 47 - color contains mainly: red. Hex color #2F071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F071D is #D0F8E2. Grayscale: #151515. Windows color (decimal): -13695203 or 1902383. OLE color: 1902383.
HSL color Cylindrical-coordinate representation of color #2F071D: hue angle of 327º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F071D is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 7 | 29 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.82 |
| HSL | 327º | 0.74% | 0.11% | - |
| HSV(B) | 327º | 0.85% | 0.18% | - |
| XYZ | 1.47 | 0.85 | 1.25 | - |
| YUV | 21.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 29 | 0 | 0.85 | 0.38 | 0.82 | 327 | 0.74 | 0.11 |
| Hex | 2F | 7 | 1D | 0 | 55 | 26 | 52 | 147 | 4A | B |
| Octal | 57 | 7 | 35 | 0 | 125 | 46 | 122 | 507 | 112 | 13 |
| Binary | 101111 | 111 | 11101 | 0 | 1010101 | 100110 | 1010010 | 101000111 | 1001010 | 1011 |
Color Harmonies of #2F071D
Complementary color
Monochromatic Colors of #2F071D
Black with #2F071D
Text Example
Text Example
White with #2F071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F071D; }
p { color: rgb(47,7,29); }
H1.HeaderClassName
{
color: #2F071D;
}
.AnyTagClassName
{
color: #2F071D;
}
</style>
background-color css
<style>
a { background-color: #2F071D; }
a { background-color: rgb(47,7,29); }
div.DivClassName
{
background-color: #2F071D;
}
.BgClassName
{
background-color: #2F071D;
}
</style>
border-color css
<style>
span { border-color: #2F071D; }
span { border-color: rgb(47,7,29); }
td.TdClassName
{
border-color: #2F071D;
}
.TagClassName
{
border-color: #2F071D;
}
</style>