Shades of Blackberry #431538
Tints of Blackberry #431538
RGB
CMYK
RGB Variations
Color information
#431538 (or 0x431538) is known color: Blackberry. HEX triplet: 43, 15 and 38. RGB value is (67,21,56). Sum of RGB (Red+Green+Blue) = 67+21+56=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 67 - color contains mainly: red. Hex color #431538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431538 is #BCEAC7. Grayscale: #262626. Windows color (decimal): -12380872 or 3675459. OLE color: 3675459.
HSL color Cylindrical-coordinate representation of color #431538: hue angle of 314.35º 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 #431538 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 21 | 56 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.74 |
| HSL | 314.35º | 0.52% | 0.17% | - |
| HSV(B) | 314.35º | 0.69% | 0.26% | - |
| XYZ | 3.3 | 2.02 | 3.96 | - |
| YUV | 38.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 21 | 56 | 0 | 0.69 | 0.16 | 0.74 | 314.35 | 0.52 | 0.17 |
| Hex | 43 | 15 | 38 | 0 | 45 | 10 | 4A | 13A | 34 | 11 |
| Octal | 103 | 25 | 70 | 0 | 105 | 20 | 112 | 472 | 64 | 21 |
| Binary | 1000011 | 10101 | 111000 | 0 | 1000101 | 10000 | 1001010 | 100111010 | 110100 | 10001 |
Color Harmonies of #431538
Complementary color
Monochromatic Colors of #431538
Black with #431538
Text Example
Text Example
White with #431538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431538; }
p { color: rgb(67,21,56); }
H1.HeaderClassName
{
color: #431538;
}
.AnyTagClassName
{
color: #431538;
}
</style>
background-color css
<style>
a { background-color: #431538; }
a { background-color: rgb(67,21,56); }
div.DivClassName
{
background-color: #431538;
}
.BgClassName
{
background-color: #431538;
}
</style>
border-color css
<style>
span { border-color: #431538; }
span { border-color: rgb(67,21,56); }
td.TdClassName
{
border-color: #431538;
}
.TagClassName
{
border-color: #431538;
}
</style>