Shades of Blackberry #2F071F
Tints of Blackberry #2F071F
RGB
CMYK
RGB Variations
Color information
#2F071F (or 0x2F071F) is known color: Blackberry. HEX triplet: 2F, 07 and 1F. RGB value is (47,7,31). Sum of RGB (Red+Green+Blue) = 47+7+31=85 (11% of max value = 765). Red value is 47 (18.75% from 255 or 55.29% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 47 - color contains mainly: red. Hex color #2F071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F071F is #D0F8E0. Grayscale: #151515. Windows color (decimal): -13695201 or 2033455. OLE color: 2033455.
HSL color Cylindrical-coordinate representation of color #2F071F: hue angle of 324º 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 #2F071F is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 7 | 31 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.82 |
| HSL | 324º | 0.74% | 0.11% | - |
| HSV(B) | 324º | 0.85% | 0.18% | - |
| XYZ | 1.5 | 0.86 | 1.38 | - |
| YUV | 21.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 31 | 0 | 0.85 | 0.34 | 0.82 | 324 | 0.74 | 0.11 |
| Hex | 2F | 7 | 1F | 0 | 55 | 22 | 52 | 144 | 4A | B |
| Octal | 57 | 7 | 37 | 0 | 125 | 42 | 122 | 504 | 112 | 13 |
| Binary | 101111 | 111 | 11111 | 0 | 1010101 | 100010 | 1010010 | 101000100 | 1001010 | 1011 |
Color Harmonies of #2F071F
Complementary color
Monochromatic Colors of #2F071F
Black with #2F071F
Text Example
Text Example
White with #2F071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F071F; }
p { color: rgb(47,7,31); }
H1.HeaderClassName
{
color: #2F071F;
}
.AnyTagClassName
{
color: #2F071F;
}
</style>
background-color css
<style>
a { background-color: #2F071F; }
a { background-color: rgb(47,7,31); }
div.DivClassName
{
background-color: #2F071F;
}
.BgClassName
{
background-color: #2F071F;
}
</style>
border-color css
<style>
span { border-color: #2F071F; }
span { border-color: rgb(47,7,31); }
td.TdClassName
{
border-color: #2F071F;
}
.TagClassName
{
border-color: #2F071F;
}
</style>