Shades of Blackberry #2F1223
Tints of Blackberry #2F1223
RGB
CMYK
RGB Variations
Color information
#2F1223 (or 0x2F1223) is known color: Blackberry. HEX triplet: 2F, 12 and 23. RGB value is (47,18,35). Sum of RGB (Red+Green+Blue) = 47+18+35=100 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1223 is #D0EDDC. Grayscale: #1C1C1C. Windows color (decimal): -13692381 or 2298415. OLE color: 2298415.
HSL color Cylindrical-coordinate representation of color #2F1223: hue angle of 324.83º 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 #2F1223 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 18 | 35 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.82 |
| HSL | 324.83º | 0.45% | 0.13% | - |
| HSV(B) | 324.83º | 0.62% | 0.18% | - |
| XYZ | 1.69 | 1.16 | 1.72 | - |
| YUV | 28.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 18 | 35 | 0 | 0.62 | 0.26 | 0.82 | 324.83 | 0.45 | 0.13 |
| Hex | 2F | 12 | 23 | 0 | 3E | 1A | 52 | 145 | 2D | D |
| Octal | 57 | 22 | 43 | 0 | 76 | 32 | 122 | 505 | 55 | 15 |
| Binary | 101111 | 10010 | 100011 | 0 | 111110 | 11010 | 1010010 | 101000101 | 101101 | 1101 |
Color Harmonies of #2F1223
Complementary color
Monochromatic Colors of #2F1223
Black with #2F1223
Text Example
Text Example
White with #2F1223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1223; }
p { color: rgb(47,18,35); }
H1.HeaderClassName
{
color: #2F1223;
}
.AnyTagClassName
{
color: #2F1223;
}
</style>
background-color css
<style>
a { background-color: #2F1223; }
a { background-color: rgb(47,18,35); }
div.DivClassName
{
background-color: #2F1223;
}
.BgClassName
{
background-color: #2F1223;
}
</style>
border-color css
<style>
span { border-color: #2F1223; }
span { border-color: rgb(47,18,35); }
td.TdClassName
{
border-color: #2F1223;
}
.TagClassName
{
border-color: #2F1223;
}
</style>