Shades of Blackberry #431528
Tints of Blackberry #431528
RGB
CMYK
RGB Variations
Color information
#431528 (or 0x431528) is known color: Blackberry. HEX triplet: 43, 15 and 28. RGB value is (67,21,40). Sum of RGB (Red+Green+Blue) = 67+21+40=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #431528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431528 is #BCEAD7. Grayscale: #242424. Windows color (decimal): -12380888 or 2626883. OLE color: 2626883.
HSL color Cylindrical-coordinate representation of color #431528: hue angle of 335.22º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #431528 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 21 | 40 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.74 |
| HSL | 335.22º | 0.52% | 0.17% | - |
| HSV(B) | 335.22º | 0.69% | 0.26% | - |
| XYZ | 2.97 | 1.88 | 2.21 | - |
| YUV | 36.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 21 | 40 | 0 | 0.69 | 0.40 | 0.74 | 335.22 | 0.52 | 0.17 |
| Hex | 43 | 15 | 28 | 0 | 45 | 28 | 4A | 14F | 34 | 11 |
| Octal | 103 | 25 | 50 | 0 | 105 | 50 | 112 | 517 | 64 | 21 |
| Binary | 1000011 | 10101 | 101000 | 0 | 1000101 | 101000 | 1001010 | 101001111 | 110100 | 10001 |
Color Harmonies of #431528
Complementary color
Monochromatic Colors of #431528
Black with #431528
Text Example
Text Example
White with #431528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431528; }
p { color: rgb(67,21,40); }
H1.HeaderClassName
{
color: #431528;
}
.AnyTagClassName
{
color: #431528;
}
</style>
background-color css
<style>
a { background-color: #431528; }
a { background-color: rgb(67,21,40); }
div.DivClassName
{
background-color: #431528;
}
.BgClassName
{
background-color: #431528;
}
</style>
border-color css
<style>
span { border-color: #431528; }
span { border-color: rgb(67,21,40); }
td.TdClassName
{
border-color: #431528;
}
.TagClassName
{
border-color: #431528;
}
</style>