Shades of Blackberry #2F0421
Tints of Blackberry #2F0421
RGB
CMYK
RGB Variations
Color information
#2F0421 (or 0x2F0421) is known color: Blackberry. HEX triplet: 2F, 04 and 21. RGB value is (47,4,33). Sum of RGB (Red+Green+Blue) = 47+4+33=84 (11% of max value = 765). Red value is 47 (18.75% from 255 or 55.95% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0421 is #D0FBDE. Grayscale: #141414. Windows color (decimal): -13695967 or 2163759. OLE color: 2163759.
HSL color Cylindrical-coordinate representation of color #2F0421: hue angle of 319.53º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F0421 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 4 | 33 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.82 |
| HSL | 319.53º | 0.84% | 0.1% | - |
| HSV(B) | 319.53º | 0.91% | 0.18% | - |
| XYZ | 1.49 | 0.8 | 1.51 | - |
| YUV | 20.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 4 | 33 | 0 | 0.91 | 0.30 | 0.82 | 319.53 | 0.84 | 0.1 |
| Hex | 2F | 4 | 21 | 0 | 5B | 1E | 52 | 140 | 54 | A |
| Octal | 57 | 4 | 41 | 0 | 133 | 36 | 122 | 500 | 124 | 12 |
| Binary | 101111 | 100 | 100001 | 0 | 1011011 | 11110 | 1010010 | 101000000 | 1010100 | 1010 |
Color Harmonies of #2F0421
Complementary color
Monochromatic Colors of #2F0421
Black with #2F0421
Text Example
Text Example
White with #2F0421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0421; }
p { color: rgb(47,4,33); }
H1.HeaderClassName
{
color: #2F0421;
}
.AnyTagClassName
{
color: #2F0421;
}
</style>
background-color css
<style>
a { background-color: #2F0421; }
a { background-color: rgb(47,4,33); }
div.DivClassName
{
background-color: #2F0421;
}
.BgClassName
{
background-color: #2F0421;
}
</style>
border-color css
<style>
span { border-color: #2F0421; }
span { border-color: rgb(47,4,33); }
td.TdClassName
{
border-color: #2F0421;
}
.TagClassName
{
border-color: #2F0421;
}
</style>