Shades of Blackberry #43072D
Tints of Blackberry #43072D
RGB
CMYK
RGB Variations
Color information
#43072D (or 0x43072D) is known color: Blackberry. HEX triplet: 43, 07 and 2D. RGB value is (67,7,45). Sum of RGB (Red+Green+Blue) = 67+7+45=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #43072D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43072D is #BCF8D2. Grayscale: #1D1D1D. Windows color (decimal): -12384467 or 2950979. OLE color: 2950979.
HSL color Cylindrical-coordinate representation of color #43072D: hue angle of 322º 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 #43072D is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 7 | 45 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.74 |
| HSL | 322º | 0.81% | 0.15% | - |
| HSV(B) | 322º | 0.9% | 0.26% | - |
| XYZ | 2.86 | 1.53 | 2.63 | - |
| YUV | 29.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 45 | 0 | 0.90 | 0.33 | 0.74 | 322 | 0.81 | 0.15 |
| Hex | 43 | 7 | 2D | 0 | 5A | 21 | 4A | 142 | 51 | F |
| Octal | 103 | 7 | 55 | 0 | 132 | 41 | 112 | 502 | 121 | 17 |
| Binary | 1000011 | 111 | 101101 | 0 | 1011010 | 100001 | 1001010 | 101000010 | 1010001 | 1111 |
Color Harmonies of #43072D
Complementary color
Monochromatic Colors of #43072D
Black with #43072D
Text Example
Text Example
White with #43072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43072D; }
p { color: rgb(67,7,45); }
H1.HeaderClassName
{
color: #43072D;
}
.AnyTagClassName
{
color: #43072D;
}
</style>
background-color css
<style>
a { background-color: #43072D; }
a { background-color: rgb(67,7,45); }
div.DivClassName
{
background-color: #43072D;
}
.BgClassName
{
background-color: #43072D;
}
</style>
border-color css
<style>
span { border-color: #43072D; }
span { border-color: rgb(67,7,45); }
td.TdClassName
{
border-color: #43072D;
}
.TagClassName
{
border-color: #43072D;
}
</style>