Shades of Blackberry #2F051A
Tints of Blackberry #2F051A
RGB
CMYK
RGB Variations
Color information
#2F051A (or 0x2F051A) is known color: Blackberry. HEX triplet: 2F, 05 and 1A. RGB value is (47,5,26). Sum of RGB (Red+Green+Blue) = 47+5+26=78 (10% of max value = 765). Red value is 47 (18.75% from 255 or 60.26% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 47 - color contains mainly: red. Hex color #2F051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F051A is #D0FAE5. Grayscale: #131313. Windows color (decimal): -13695718 or 1705263. OLE color: 1705263.
HSL color Cylindrical-coordinate representation of color #2F051A: hue angle of 330º 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 #2F051A is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 5 | 26 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.82 |
| HSL | 330º | 0.81% | 0.1% | - |
| HSV(B) | 330º | 0.89% | 0.18% | - |
| XYZ | 1.41 | 0.79 | 1.05 | - |
| YUV | 19.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 26 | 0 | 0.89 | 0.45 | 0.82 | 330 | 0.81 | 0.1 |
| Hex | 2F | 5 | 1A | 0 | 59 | 2D | 52 | 14A | 51 | A |
| Octal | 57 | 5 | 32 | 0 | 131 | 55 | 122 | 512 | 121 | 12 |
| Binary | 101111 | 101 | 11010 | 0 | 1011001 | 101101 | 1010010 | 101001010 | 1010001 | 1010 |
Color Harmonies of #2F051A
Complementary color
Monochromatic Colors of #2F051A
Black with #2F051A
Text Example
Text Example
White with #2F051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F051A; }
p { color: rgb(47,5,26); }
H1.HeaderClassName
{
color: #2F051A;
}
.AnyTagClassName
{
color: #2F051A;
}
</style>
background-color css
<style>
a { background-color: #2F051A; }
a { background-color: rgb(47,5,26); }
div.DivClassName
{
background-color: #2F051A;
}
.BgClassName
{
background-color: #2F051A;
}
</style>
border-color css
<style>
span { border-color: #2F051A; }
span { border-color: rgb(47,5,26); }
td.TdClassName
{
border-color: #2F051A;
}
.TagClassName
{
border-color: #2F051A;
}
</style>