Shades of Blackberry #2F1225
Tints of Blackberry #2F1225
RGB
CMYK
RGB Variations
Color information
#2F1225 (or 0x2F1225) is known color: Blackberry. HEX triplet: 2F, 12 and 25. RGB value is (47,18,37). Sum of RGB (Red+Green+Blue) = 47+18+37=102 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.08% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1225 is #D0EDDA. Grayscale: #1C1C1C. Windows color (decimal): -13692379 or 2429487. OLE color: 2429487.
HSL color Cylindrical-coordinate representation of color #2F1225: hue angle of 320.69º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F1225 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 18 | 37 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.82 |
| HSL | 320.69º | 0.45% | 0.13% | - |
| HSV(B) | 320.69º | 0.62% | 0.18% | - |
| XYZ | 1.72 | 1.17 | 1.89 | - |
| YUV | 28.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 18 | 37 | 0 | 0.62 | 0.21 | 0.82 | 320.69 | 0.45 | 0.13 |
| Hex | 2F | 12 | 25 | 0 | 3E | 15 | 52 | 141 | 2D | D |
| Octal | 57 | 22 | 45 | 0 | 76 | 25 | 122 | 501 | 55 | 15 |
| Binary | 101111 | 10010 | 100101 | 0 | 111110 | 10101 | 1010010 | 101000001 | 101101 | 1101 |
Color Harmonies of #2F1225
Complementary color
Monochromatic Colors of #2F1225
Black with #2F1225
Text Example
Text Example
White with #2F1225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1225; }
p { color: rgb(47,18,37); }
H1.HeaderClassName
{
color: #2F1225;
}
.AnyTagClassName
{
color: #2F1225;
}
</style>
background-color css
<style>
a { background-color: #2F1225; }
a { background-color: rgb(47,18,37); }
div.DivClassName
{
background-color: #2F1225;
}
.BgClassName
{
background-color: #2F1225;
}
</style>
border-color css
<style>
span { border-color: #2F1225; }
span { border-color: rgb(47,18,37); }
td.TdClassName
{
border-color: #2F1225;
}
.TagClassName
{
border-color: #2F1225;
}
</style>