Shades of Blackberry #2F1525
Tints of Blackberry #2F1525
RGB
CMYK
RGB Variations
Color information
#2F1525 (or 0x2F1525) is known color: Blackberry. HEX triplet: 2F, 15 and 25. RGB value is (47,21,37). Sum of RGB (Red+Green+Blue) = 47+21+37=105 (13% of max value = 765). Red value is 47 (18.75% from 255 or 44.76% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1525 is #D0EADA. Grayscale: #1E1E1E. Windows color (decimal): -13691611 or 2430255. OLE color: 2430255.
HSL color Cylindrical-coordinate representation of color #2F1525: hue angle of 323.08º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F1525 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 21 | 37 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.82 |
| HSL | 323.08º | 0.38% | 0.13% | - |
| HSV(B) | 323.08º | 0.55% | 0.18% | - |
| XYZ | 1.77 | 1.27 | 1.9 | - |
| YUV | 30.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 21 | 37 | 0 | 0.55 | 0.21 | 0.82 | 323.08 | 0.38 | 0.13 |
| Hex | 2F | 15 | 25 | 0 | 37 | 15 | 52 | 143 | 26 | D |
| Octal | 57 | 25 | 45 | 0 | 67 | 25 | 122 | 503 | 46 | 15 |
| Binary | 101111 | 10101 | 100101 | 0 | 110111 | 10101 | 1010010 | 101000011 | 100110 | 1101 |
Color Harmonies of #2F1525
Complementary color
Monochromatic Colors of #2F1525
Black with #2F1525
Text Example
Text Example
White with #2F1525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1525; }
p { color: rgb(47,21,37); }
H1.HeaderClassName
{
color: #2F1525;
}
.AnyTagClassName
{
color: #2F1525;
}
</style>
background-color css
<style>
a { background-color: #2F1525; }
a { background-color: rgb(47,21,37); }
div.DivClassName
{
background-color: #2F1525;
}
.BgClassName
{
background-color: #2F1525;
}
</style>
border-color css
<style>
span { border-color: #2F1525; }
span { border-color: rgb(47,21,37); }
td.TdClassName
{
border-color: #2F1525;
}
.TagClassName
{
border-color: #2F1525;
}
</style>