Shades of Blackberry #431128
Tints of Blackberry #431128
RGB
CMYK
RGB Variations
Color information
#431128 (or 0x431128) is known color: Blackberry. HEX triplet: 43, 11 and 28. RGB value is (67,17,40). Sum of RGB (Red+Green+Blue) = 67+17+40=124 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.03% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 67 - color contains mainly: red. Hex color #431128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431128 is #BCEED7. Grayscale: #222222. Windows color (decimal): -12381912 or 2625859. OLE color: 2625859.
HSL color Cylindrical-coordinate representation of color #431128: hue angle of 332.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431128 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 17 | 40 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.74 |
| HSL | 332.4º | 0.6% | 0.16% | - |
| HSV(B) | 332.4º | 0.75% | 0.26% | - |
| XYZ | 2.9 | 1.75 | 2.19 | - |
| YUV | 34.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 40 | 0 | 0.75 | 0.40 | 0.74 | 332.4 | 0.6 | 0.16 |
| Hex | 43 | 11 | 28 | 0 | 4B | 28 | 4A | 14C | 3C | 10 |
| Octal | 103 | 21 | 50 | 0 | 113 | 50 | 112 | 514 | 74 | 20 |
| Binary | 1000011 | 10001 | 101000 | 0 | 1001011 | 101000 | 1001010 | 101001100 | 111100 | 10000 |
Color Harmonies of #431128
Complementary color
Monochromatic Colors of #431128
Black with #431128
Text Example
Text Example
White with #431128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431128; }
p { color: rgb(67,17,40); }
H1.HeaderClassName
{
color: #431128;
}
.AnyTagClassName
{
color: #431128;
}
</style>
background-color css
<style>
a { background-color: #431128; }
a { background-color: rgb(67,17,40); }
div.DivClassName
{
background-color: #431128;
}
.BgClassName
{
background-color: #431128;
}
</style>
border-color css
<style>
span { border-color: #431128; }
span { border-color: rgb(67,17,40); }
td.TdClassName
{
border-color: #431128;
}
.TagClassName
{
border-color: #431128;
}
</style>