Shades of Blackberry #431428
Tints of Blackberry #431428
RGB
CMYK
RGB Variations
Color information
#431428 (or 0x431428) is known color: Blackberry. HEX triplet: 43, 14 and 28. RGB value is (67,20,40). Sum of RGB (Red+Green+Blue) = 67+20+40=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #431428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431428 is #BCEBD7. Grayscale: #242424. Windows color (decimal): -12381144 or 2626627. OLE color: 2626627.
HSL color Cylindrical-coordinate representation of color #431428: hue angle of 334.47º 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 #431428 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 20 | 40 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.74 |
| HSL | 334.47º | 0.54% | 0.17% | - |
| HSV(B) | 334.47º | 0.7% | 0.26% | - |
| XYZ | 2.95 | 1.85 | 2.21 | - |
| YUV | 36.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 40 | 0 | 0.70 | 0.40 | 0.74 | 334.47 | 0.54 | 0.17 |
| Hex | 43 | 14 | 28 | 0 | 46 | 28 | 4A | 14E | 36 | 11 |
| Octal | 103 | 24 | 50 | 0 | 106 | 50 | 112 | 516 | 66 | 21 |
| Binary | 1000011 | 10100 | 101000 | 0 | 1000110 | 101000 | 1001010 | 101001110 | 110110 | 10001 |
Color Harmonies of #431428
Complementary color
Monochromatic Colors of #431428
Black with #431428
Text Example
Text Example
White with #431428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431428; }
p { color: rgb(67,20,40); }
H1.HeaderClassName
{
color: #431428;
}
.AnyTagClassName
{
color: #431428;
}
</style>
background-color css
<style>
a { background-color: #431428; }
a { background-color: rgb(67,20,40); }
div.DivClassName
{
background-color: #431428;
}
.BgClassName
{
background-color: #431428;
}
</style>
border-color css
<style>
span { border-color: #431428; }
span { border-color: rgb(67,20,40); }
td.TdClassName
{
border-color: #431428;
}
.TagClassName
{
border-color: #431428;
}
</style>