Shades of Blackberry #2F091D
Tints of Blackberry #2F091D
RGB
CMYK
RGB Variations
Color information
#2F091D (or 0x2F091D) is known color: Blackberry. HEX triplet: 2F, 09 and 1D. RGB value is (47,9,29). Sum of RGB (Red+Green+Blue) = 47+9+29=85 (11% of max value = 765). Red value is 47 (18.75% from 255 or 55.29% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 47 - color contains mainly: red. Hex color #2F091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F091D is #D0F6E2. Grayscale: #161616. Windows color (decimal): -13694691 or 1902895. OLE color: 1902895.
HSL color Cylindrical-coordinate representation of color #2F091D: hue angle of 328.42º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F091D is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 9 | 29 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.82 |
| HSL | 328.42º | 0.68% | 0.11% | - |
| HSV(B) | 328.42º | 0.81% | 0.18% | - |
| XYZ | 1.49 | 0.89 | 1.26 | - |
| YUV | 22.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 29 | 0 | 0.81 | 0.38 | 0.82 | 328.42 | 0.68 | 0.11 |
| Hex | 2F | 9 | 1D | 0 | 51 | 26 | 52 | 148 | 44 | B |
| Octal | 57 | 11 | 35 | 0 | 121 | 46 | 122 | 510 | 104 | 13 |
| Binary | 101111 | 1001 | 11101 | 0 | 1010001 | 100110 | 1010010 | 101001000 | 1000100 | 1011 |
Color Harmonies of #2F091D
Complementary color
Monochromatic Colors of #2F091D
Black with #2F091D
Text Example
Text Example
White with #2F091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F091D; }
p { color: rgb(47,9,29); }
H1.HeaderClassName
{
color: #2F091D;
}
.AnyTagClassName
{
color: #2F091D;
}
</style>
background-color css
<style>
a { background-color: #2F091D; }
a { background-color: rgb(47,9,29); }
div.DivClassName
{
background-color: #2F091D;
}
.BgClassName
{
background-color: #2F091D;
}
</style>
border-color css
<style>
span { border-color: #2F091D; }
span { border-color: rgb(47,9,29); }
td.TdClassName
{
border-color: #2F091D;
}
.TagClassName
{
border-color: #2F091D;
}
</style>