Shades of Blackberry #2F1A25
Tints of Blackberry #2F1A25
RGB
CMYK
RGB Variations
Color information
#2F1A25 (or 0x2F1A25) is known color: Blackberry. HEX triplet: 2F, 1A and 25. RGB value is (47,26,37). Sum of RGB (Red+Green+Blue) = 47+26+37=110 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.73% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1A25 is #D0E5DA. Grayscale: #212121. Windows color (decimal): -13690331 or 2431535. OLE color: 2431535.
HSL color Cylindrical-coordinate representation of color #2F1A25: hue angle of 328.57º 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 #2F1A25 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 26 | 37 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.82 |
| HSL | 328.57º | 0.29% | 0.14% | - |
| HSV(B) | 328.57º | 0.45% | 0.18% | - |
| XYZ | 1.88 | 1.48 | 1.94 | - |
| YUV | 33.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 26 | 37 | 0 | 0.45 | 0.21 | 0.82 | 328.57 | 0.29 | 0.14 |
| Hex | 2F | 1A | 25 | 0 | 2D | 15 | 52 | 149 | 1D | E |
| Octal | 57 | 32 | 45 | 0 | 55 | 25 | 122 | 511 | 35 | 16 |
| Binary | 101111 | 11010 | 100101 | 0 | 101101 | 10101 | 1010010 | 101001001 | 11101 | 1110 |
Color Harmonies of #2F1A25
Complementary color
Monochromatic Colors of #2F1A25
Black with #2F1A25
Text Example
Text Example
White with #2F1A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1A25; }
p { color: rgb(47,26,37); }
H1.HeaderClassName
{
color: #2F1A25;
}
.AnyTagClassName
{
color: #2F1A25;
}
</style>
background-color css
<style>
a { background-color: #2F1A25; }
a { background-color: rgb(47,26,37); }
div.DivClassName
{
background-color: #2F1A25;
}
.BgClassName
{
background-color: #2F1A25;
}
</style>
border-color css
<style>
span { border-color: #2F1A25; }
span { border-color: rgb(47,26,37); }
td.TdClassName
{
border-color: #2F1A25;
}
.TagClassName
{
border-color: #2F1A25;
}
</style>