Shades of Blackberry #43142A
Tints of Blackberry #43142A
RGB
CMYK
RGB Variations
Color information
#43142A (or 0x43142A) is known color: Blackberry. HEX triplet: 43, 14 and 2A. RGB value is (67,20,42). Sum of RGB (Red+Green+Blue) = 67+20+42=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #43142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43142A is #BCEBD5. Grayscale: #242424. Windows color (decimal): -12381142 or 2757699. OLE color: 2757699.
HSL color Cylindrical-coordinate representation of color #43142A: hue angle of 331.91º 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 #43142A is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 20 | 42 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.74 |
| HSL | 331.91º | 0.54% | 0.17% | - |
| HSV(B) | 331.91º | 0.7% | 0.26% | - |
| XYZ | 2.98 | 1.86 | 2.39 | - |
| YUV | 36.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 42 | 0 | 0.70 | 0.37 | 0.74 | 331.91 | 0.54 | 0.17 |
| Hex | 43 | 14 | 2A | 0 | 46 | 25 | 4A | 14C | 36 | 11 |
| Octal | 103 | 24 | 52 | 0 | 106 | 45 | 112 | 514 | 66 | 21 |
| Binary | 1000011 | 10100 | 101010 | 0 | 1000110 | 100101 | 1001010 | 101001100 | 110110 | 10001 |
Color Harmonies of #43142A
Complementary color
Monochromatic Colors of #43142A
Black with #43142A
Text Example
Text Example
White with #43142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43142A; }
p { color: rgb(67,20,42); }
H1.HeaderClassName
{
color: #43142A;
}
.AnyTagClassName
{
color: #43142A;
}
</style>
background-color css
<style>
a { background-color: #43142A; }
a { background-color: rgb(67,20,42); }
div.DivClassName
{
background-color: #43142A;
}
.BgClassName
{
background-color: #43142A;
}
</style>
border-color css
<style>
span { border-color: #43142A; }
span { border-color: rgb(67,20,42); }
td.TdClassName
{
border-color: #43142A;
}
.TagClassName
{
border-color: #43142A;
}
</style>