Shades of Blackberry #2F0723
Tints of Blackberry #2F0723
RGB
CMYK
RGB Variations
Color information
#2F0723 (or 0x2F0723) is known color: Blackberry. HEX triplet: 2F, 07 and 23. RGB value is (47,7,35). Sum of RGB (Red+Green+Blue) = 47+7+35=89 (11% of max value = 765). Red value is 47 (18.75% from 255 or 52.81% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 35 (14.06% from 255 or 39.33% from 89); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0723 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0723 is #D0F8DC. Grayscale: #161616. Windows color (decimal): -13695197 or 2295599. OLE color: 2295599.
HSL color Cylindrical-coordinate representation of color #2F0723: hue angle of 318º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F0723 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 7 | 35 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.82 |
| HSL | 318º | 0.74% | 0.11% | - |
| HSV(B) | 318º | 0.85% | 0.18% | - |
| XYZ | 1.55 | 0.88 | 1.68 | - |
| YUV | 22.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 35 | 0 | 0.85 | 0.26 | 0.82 | 318 | 0.74 | 0.11 |
| Hex | 2F | 7 | 23 | 0 | 55 | 1A | 52 | 13E | 4A | B |
| Octal | 57 | 7 | 43 | 0 | 125 | 32 | 122 | 476 | 112 | 13 |
| Binary | 101111 | 111 | 100011 | 0 | 1010101 | 11010 | 1010010 | 100111110 | 1001010 | 1011 |
Color Harmonies of #2F0723
Complementary color
Monochromatic Colors of #2F0723
Black with #2F0723
Text Example
Text Example
White with #2F0723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0723; }
p { color: rgb(47,7,35); }
H1.HeaderClassName
{
color: #2F0723;
}
.AnyTagClassName
{
color: #2F0723;
}
</style>
background-color css
<style>
a { background-color: #2F0723; }
a { background-color: rgb(47,7,35); }
div.DivClassName
{
background-color: #2F0723;
}
.BgClassName
{
background-color: #2F0723;
}
</style>
border-color css
<style>
span { border-color: #2F0723; }
span { border-color: rgb(47,7,35); }
td.TdClassName
{
border-color: #2F0723;
}
.TagClassName
{
border-color: #2F0723;
}
</style>