Shades of Blackberry #431328
Tints of Blackberry #431328
RGB
CMYK
RGB Variations
Color information
#431328 (or 0x431328) is known color: Blackberry. HEX triplet: 43, 13 and 28. RGB value is (67,19,40). Sum of RGB (Red+Green+Blue) = 67+19+40=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #431328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431328 is #BCECD7. Grayscale: #232323. Windows color (decimal): -12381400 or 2626371. OLE color: 2626371.
HSL color Cylindrical-coordinate representation of color #431328: hue angle of 333.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #431328 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 19 | 40 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.74 |
| HSL | 333.75º | 0.56% | 0.17% | - |
| HSV(B) | 333.75º | 0.72% | 0.26% | - |
| XYZ | 2.93 | 1.81 | 2.2 | - |
| YUV | 35.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 40 | 0 | 0.72 | 0.40 | 0.74 | 333.75 | 0.56 | 0.17 |
| Hex | 43 | 13 | 28 | 0 | 48 | 28 | 4A | 14E | 38 | 11 |
| Octal | 103 | 23 | 50 | 0 | 110 | 50 | 112 | 516 | 70 | 21 |
| Binary | 1000011 | 10011 | 101000 | 0 | 1001000 | 101000 | 1001010 | 101001110 | 111000 | 10001 |
Color Harmonies of #431328
Complementary color
Monochromatic Colors of #431328
Black with #431328
Text Example
Text Example
White with #431328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431328; }
p { color: rgb(67,19,40); }
H1.HeaderClassName
{
color: #431328;
}
.AnyTagClassName
{
color: #431328;
}
</style>
background-color css
<style>
a { background-color: #431328; }
a { background-color: rgb(67,19,40); }
div.DivClassName
{
background-color: #431328;
}
.BgClassName
{
background-color: #431328;
}
</style>
border-color css
<style>
span { border-color: #431328; }
span { border-color: rgb(67,19,40); }
td.TdClassName
{
border-color: #431328;
}
.TagClassName
{
border-color: #431328;
}
</style>