Shades of Blackberry #43072F
Tints of Blackberry #43072F
RGB
CMYK
RGB Variations
Color information
#43072F (or 0x43072F) is known color: Blackberry. HEX triplet: 43, 07 and 2F. RGB value is (67,7,47). Sum of RGB (Red+Green+Blue) = 67+7+47=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #43072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43072F is #BCF8D0. Grayscale: #1D1D1D. Windows color (decimal): -12384465 or 3082051. OLE color: 3082051.
HSL color Cylindrical-coordinate representation of color #43072F: hue angle of 320º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #43072F is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 7 | 47 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.74 |
| HSL | 320º | 0.81% | 0.15% | - |
| HSV(B) | 320º | 0.9% | 0.26% | - |
| XYZ | 2.9 | 1.55 | 2.84 | - |
| YUV | 29.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 47 | 0 | 0.90 | 0.30 | 0.74 | 320 | 0.81 | 0.15 |
| Hex | 43 | 7 | 2F | 0 | 5A | 1E | 4A | 140 | 51 | F |
| Octal | 103 | 7 | 57 | 0 | 132 | 36 | 112 | 500 | 121 | 17 |
| Binary | 1000011 | 111 | 101111 | 0 | 1011010 | 11110 | 1001010 | 101000000 | 1010001 | 1111 |
Color Harmonies of #43072F
Complementary color
Monochromatic Colors of #43072F
Black with #43072F
Text Example
Text Example
White with #43072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43072F; }
p { color: rgb(67,7,47); }
H1.HeaderClassName
{
color: #43072F;
}
.AnyTagClassName
{
color: #43072F;
}
</style>
background-color css
<style>
a { background-color: #43072F; }
a { background-color: rgb(67,7,47); }
div.DivClassName
{
background-color: #43072F;
}
.BgClassName
{
background-color: #43072F;
}
</style>
border-color css
<style>
span { border-color: #43072F; }
span { border-color: rgb(67,7,47); }
td.TdClassName
{
border-color: #43072F;
}
.TagClassName
{
border-color: #43072F;
}
</style>