Shades of Blackberry #43072A
Tints of Blackberry #43072A
RGB
CMYK
RGB Variations
Color information
#43072A (or 0x43072A) is known color: Blackberry. HEX triplet: 43, 07 and 2A. RGB value is (67,7,42). Sum of RGB (Red+Green+Blue) = 67+7+42=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #43072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43072A is #BCF8D5. Grayscale: #1C1C1C. Windows color (decimal): -12384470 or 2754371. OLE color: 2754371.
HSL color Cylindrical-coordinate representation of color #43072A: hue angle of 325º 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 #43072A is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 7 | 42 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.74 |
| HSL | 325º | 0.81% | 0.15% | - |
| HSV(B) | 325º | 0.9% | 0.26% | - |
| XYZ | 2.81 | 1.51 | 2.33 | - |
| YUV | 28.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 42 | 0 | 0.90 | 0.37 | 0.74 | 325 | 0.81 | 0.15 |
| Hex | 43 | 7 | 2A | 0 | 5A | 25 | 4A | 145 | 51 | F |
| Octal | 103 | 7 | 52 | 0 | 132 | 45 | 112 | 505 | 121 | 17 |
| Binary | 1000011 | 111 | 101010 | 0 | 1011010 | 100101 | 1001010 | 101000101 | 1010001 | 1111 |
Color Harmonies of #43072A
Complementary color
Monochromatic Colors of #43072A
Black with #43072A
Text Example
Text Example
White with #43072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43072A; }
p { color: rgb(67,7,42); }
H1.HeaderClassName
{
color: #43072A;
}
.AnyTagClassName
{
color: #43072A;
}
</style>
background-color css
<style>
a { background-color: #43072A; }
a { background-color: rgb(67,7,42); }
div.DivClassName
{
background-color: #43072A;
}
.BgClassName
{
background-color: #43072A;
}
</style>
border-color css
<style>
span { border-color: #43072A; }
span { border-color: rgb(67,7,42); }
td.TdClassName
{
border-color: #43072A;
}
.TagClassName
{
border-color: #43072A;
}
</style>