Shades of Blackberry #2F001D
Tints of Blackberry #2F001D
RGB
CMYK
RGB Variations
Color information
#2F001D (or 0x2F001D) is known color: Blackberry. HEX triplet: 2F, 00 and 1D. RGB value is (47,0,29). Sum of RGB (Red+Green+Blue) = 47+0+29=76 (10% of max value = 765). Red value is 47 (18.75% from 255 or 61.84% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 47 - color contains mainly: red. Hex color #2F001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F001D is #D0FFE2. Grayscale: #111111. Windows color (decimal): -13696995 or 1900591. OLE color: 1900591.
HSL color Cylindrical-coordinate representation of color #2F001D: hue angle of 322.98º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F001D is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.38 | 0.82 |
| HSL | 322.98º | 1% | 0.09% | - |
| HSV(B) | 322.98º | 1% | 0.18% | - |
| XYZ | 1.39 | 0.69 | 1.22 | - |
| YUV | 17.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 29 | 0 | 1 | 0.38 | 0.82 | 322.98 | 1 | 0.09 |
| Hex | 2F | 0 | 1D | 0 | 64 | 26 | 52 | 143 | 64 | 9 |
| Octal | 57 | 0 | 35 | 0 | 144 | 46 | 122 | 503 | 144 | 11 |
| Binary | 101111 | 0 | 11101 | 0 | 1100100 | 100110 | 1010010 | 101000011 | 1100100 | 1001 |
Color Harmonies of #2F001D
Complementary color
Monochromatic Colors of #2F001D
Black with #2F001D
Text Example
Text Example
White with #2F001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F001D; }
p { color: rgb(47,0,29); }
H1.HeaderClassName
{
color: #2F001D;
}
.AnyTagClassName
{
color: #2F001D;
}
</style>
background-color css
<style>
a { background-color: #2F001D; }
a { background-color: rgb(47,0,29); }
div.DivClassName
{
background-color: #2F001D;
}
.BgClassName
{
background-color: #2F001D;
}
</style>
border-color css
<style>
span { border-color: #2F001D; }
span { border-color: rgb(47,0,29); }
td.TdClassName
{
border-color: #2F001D;
}
.TagClassName
{
border-color: #2F001D;
}
</style>