Shades of Blackberry #2F1A26
Tints of Blackberry #2F1A26
RGB
CMYK
RGB Variations
Color information
#2F1A26 (or 0x2F1A26) is known color: Blackberry. HEX triplet: 2F, 1A and 26. RGB value is (47,26,38). Sum of RGB (Red+Green+Blue) = 47+26+38=111 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.34% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1A26 is #D0E5D9. Grayscale: #212121. Windows color (decimal): -13690330 or 2497071. OLE color: 2497071.
HSL color Cylindrical-coordinate representation of color #2F1A26: hue angle of 325.71º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F1A26 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 26 | 38 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.82 |
| HSL | 325.71º | 0.29% | 0.14% | - |
| HSV(B) | 325.71º | 0.45% | 0.18% | - |
| XYZ | 1.89 | 1.48 | 2.02 | - |
| YUV | 33.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 26 | 38 | 0 | 0.45 | 0.19 | 0.82 | 325.71 | 0.29 | 0.14 |
| Hex | 2F | 1A | 26 | 0 | 2D | 13 | 52 | 146 | 1D | E |
| Octal | 57 | 32 | 46 | 0 | 55 | 23 | 122 | 506 | 35 | 16 |
| Binary | 101111 | 11010 | 100110 | 0 | 101101 | 10011 | 1010010 | 101000110 | 11101 | 1110 |
Color Harmonies of #2F1A26
Complementary color
Monochromatic Colors of #2F1A26
Black with #2F1A26
Text Example
Text Example
White with #2F1A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1A26; }
p { color: rgb(47,26,38); }
H1.HeaderClassName
{
color: #2F1A26;
}
.AnyTagClassName
{
color: #2F1A26;
}
</style>
background-color css
<style>
a { background-color: #2F1A26; }
a { background-color: rgb(47,26,38); }
div.DivClassName
{
background-color: #2F1A26;
}
.BgClassName
{
background-color: #2F1A26;
}
</style>
border-color css
<style>
span { border-color: #2F1A26; }
span { border-color: rgb(47,26,38); }
td.TdClassName
{
border-color: #2F1A26;
}
.TagClassName
{
border-color: #2F1A26;
}
</style>