Shades of Blackberry #2F051F
Tints of Blackberry #2F051F
RGB
CMYK
RGB Variations
Color information
#2F051F (or 0x2F051F) is known color: Blackberry. HEX triplet: 2F, 05 and 1F. RGB value is (47,5,31). Sum of RGB (Red+Green+Blue) = 47+5+31=83 (10% of max value = 765). Red value is 47 (18.75% from 255 or 56.63% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 47 - color contains mainly: red. Hex color #2F051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F051F is #D0FAE0. Grayscale: #141414. Windows color (decimal): -13695713 or 2032943. OLE color: 2032943.
HSL color Cylindrical-coordinate representation of color #2F051F: hue angle of 322.86º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F051F is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 5 | 31 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.82 |
| HSL | 322.86º | 0.81% | 0.1% | - |
| HSV(B) | 322.86º | 0.89% | 0.18% | - |
| XYZ | 1.47 | 0.81 | 1.38 | - |
| YUV | 20.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 31 | 0 | 0.89 | 0.34 | 0.82 | 322.86 | 0.81 | 0.1 |
| Hex | 2F | 5 | 1F | 0 | 59 | 22 | 52 | 143 | 51 | A |
| Octal | 57 | 5 | 37 | 0 | 131 | 42 | 122 | 503 | 121 | 12 |
| Binary | 101111 | 101 | 11111 | 0 | 1011001 | 100010 | 1010010 | 101000011 | 1010001 | 1010 |
Color Harmonies of #2F051F
Complementary color
Monochromatic Colors of #2F051F
Black with #2F051F
Text Example
Text Example
White with #2F051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F051F; }
p { color: rgb(47,5,31); }
H1.HeaderClassName
{
color: #2F051F;
}
.AnyTagClassName
{
color: #2F051F;
}
</style>
background-color css
<style>
a { background-color: #2F051F; }
a { background-color: rgb(47,5,31); }
div.DivClassName
{
background-color: #2F051F;
}
.BgClassName
{
background-color: #2F051F;
}
</style>
border-color css
<style>
span { border-color: #2F051F; }
span { border-color: rgb(47,5,31); }
td.TdClassName
{
border-color: #2F051F;
}
.TagClassName
{
border-color: #2F051F;
}
</style>