Shades of Blackberry #431E38
Tints of Blackberry #431E38
RGB
CMYK
RGB Variations
Color information
#431E38 (or 0x431E38) is known color: Blackberry. HEX triplet: 43, 1E and 38. RGB value is (67,30,56). Sum of RGB (Red+Green+Blue) = 67+30+56=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 67 - color contains mainly: red. Hex color #431E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431E38 is #BCE1C7. Grayscale: #2B2B2B. Windows color (decimal): -12378568 or 3677763. OLE color: 3677763.
HSL color Cylindrical-coordinate representation of color #431E38: hue angle of 317.84º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #431E38 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 30 | 56 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.74 |
| HSL | 317.84º | 0.38% | 0.19% | - |
| HSV(B) | 317.84º | 0.55% | 0.26% | - |
| XYZ | 3.49 | 2.41 | 4.02 | - |
| YUV | 44.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 56 | 0 | 0.55 | 0.16 | 0.74 | 317.84 | 0.38 | 0.19 |
| Hex | 43 | 1E | 38 | 0 | 37 | 10 | 4A | 13E | 26 | 13 |
| Octal | 103 | 36 | 70 | 0 | 67 | 20 | 112 | 476 | 46 | 23 |
| Binary | 1000011 | 11110 | 111000 | 0 | 110111 | 10000 | 1001010 | 100111110 | 100110 | 10011 |
Color Harmonies of #431E38
Complementary color
Monochromatic Colors of #431E38
Black with #431E38
Text Example
Text Example
White with #431E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E38; }
p { color: rgb(67,30,56); }
H1.HeaderClassName
{
color: #431E38;
}
.AnyTagClassName
{
color: #431E38;
}
</style>
background-color css
<style>
a { background-color: #431E38; }
a { background-color: rgb(67,30,56); }
div.DivClassName
{
background-color: #431E38;
}
.BgClassName
{
background-color: #431E38;
}
</style>
border-color css
<style>
span { border-color: #431E38; }
span { border-color: rgb(67,30,56); }
td.TdClassName
{
border-color: #431E38;
}
.TagClassName
{
border-color: #431E38;
}
</style>