Shades of Blackberry #43142D
Tints of Blackberry #43142D
RGB
CMYK
RGB Variations
Color information
#43142D (or 0x43142D) is known color: Blackberry. HEX triplet: 43, 14 and 2D. RGB value is (67,20,45). Sum of RGB (Red+Green+Blue) = 67+20+45=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #43142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43142D is #BCEBD2. Grayscale: #242424. Windows color (decimal): -12381139 or 2954307. OLE color: 2954307.
HSL color Cylindrical-coordinate representation of color #43142D: hue angle of 328.09º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43142D is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 20 | 45 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.74 |
| HSL | 328.09º | 0.54% | 0.17% | - |
| HSV(B) | 328.09º | 0.7% | 0.26% | - |
| XYZ | 3.04 | 1.88 | 2.69 | - |
| YUV | 36.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 45 | 0 | 0.70 | 0.33 | 0.74 | 328.09 | 0.54 | 0.17 |
| Hex | 43 | 14 | 2D | 0 | 46 | 21 | 4A | 148 | 36 | 11 |
| Octal | 103 | 24 | 55 | 0 | 106 | 41 | 112 | 510 | 66 | 21 |
| Binary | 1000011 | 10100 | 101101 | 0 | 1000110 | 100001 | 1001010 | 101001000 | 110110 | 10001 |
Color Harmonies of #43142D
Complementary color
Monochromatic Colors of #43142D
Black with #43142D
Text Example
Text Example
White with #43142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43142D; }
p { color: rgb(67,20,45); }
H1.HeaderClassName
{
color: #43142D;
}
.AnyTagClassName
{
color: #43142D;
}
</style>
background-color css
<style>
a { background-color: #43142D; }
a { background-color: rgb(67,20,45); }
div.DivClassName
{
background-color: #43142D;
}
.BgClassName
{
background-color: #43142D;
}
</style>
border-color css
<style>
span { border-color: #43142D; }
span { border-color: rgb(67,20,45); }
td.TdClassName
{
border-color: #43142D;
}
.TagClassName
{
border-color: #43142D;
}
</style>