Shades of Blackberry #47012D
Tints of Blackberry #47012D
RGB
CMYK
RGB Variations
Color information
#47012D (or 0x47012D) is known color: Blackberry. HEX triplet: 47, 01 and 2D. RGB value is (71,1,45). Sum of RGB (Red+Green+Blue) = 71+1+45=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #47012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47012D is #B8FED2. Grayscale: #1A1A1A. Windows color (decimal): -12123859 or 2949447. OLE color: 2949447.
HSL color Cylindrical-coordinate representation of color #47012D: hue angle of 322.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47012D is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.72 |
| HSL | 322.29º | 0.97% | 0.14% | - |
| HSV(B) | 322.29º | 0.99% | 0.28% | - |
| XYZ | 3.08 | 1.55 | 2.62 | - |
| YUV | 26.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 1 | 45 | 0 | 0.99 | 0.37 | 0.72 | 322.29 | 0.97 | 0.14 |
| Hex | 47 | 1 | 2D | 0 | 63 | 25 | 48 | 142 | 61 | E |
| Octal | 107 | 1 | 55 | 0 | 143 | 45 | 110 | 502 | 141 | 16 |
| Binary | 1000111 | 1 | 101101 | 0 | 1100011 | 100101 | 1001000 | 101000010 | 1100001 | 1110 |
Color Harmonies of #47012D
Complementary color
Monochromatic Colors of #47012D
Black with #47012D
Text Example
Text Example
White with #47012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47012D; }
p { color: rgb(71,1,45); }
H1.HeaderClassName
{
color: #47012D;
}
.AnyTagClassName
{
color: #47012D;
}
</style>
background-color css
<style>
a { background-color: #47012D; }
a { background-color: rgb(71,1,45); }
div.DivClassName
{
background-color: #47012D;
}
.BgClassName
{
background-color: #47012D;
}
</style>
border-color css
<style>
span { border-color: #47012D; }
span { border-color: rgb(71,1,45); }
td.TdClassName
{
border-color: #47012D;
}
.TagClassName
{
border-color: #47012D;
}
</style>