Shades of Blackberry #431A38
Tints of Blackberry #431A38
RGB
CMYK
RGB Variations
Color information
#431A38 (or 0x431A38) is known color: Blackberry. HEX triplet: 43, 1A and 38. RGB value is (67,26,56). Sum of RGB (Red+Green+Blue) = 67+26+56=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 67 - color contains mainly: red. Hex color #431A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A38 is #BCE5C7. Grayscale: #292929. Windows color (decimal): -12379592 or 3676739. OLE color: 3676739.
HSL color Cylindrical-coordinate representation of color #431A38: hue angle of 316.1º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431A38 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 56 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.74 |
| HSL | 316.1º | 0.44% | 0.18% | - |
| HSV(B) | 316.1º | 0.61% | 0.26% | - |
| XYZ | 3.4 | 2.22 | 3.99 | - |
| YUV | 41.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 56 | 0 | 0.61 | 0.16 | 0.74 | 316.1 | 0.44 | 0.18 |
| Hex | 43 | 1A | 38 | 0 | 3D | 10 | 4A | 13C | 2C | 12 |
| Octal | 103 | 32 | 70 | 0 | 75 | 20 | 112 | 474 | 54 | 22 |
| Binary | 1000011 | 11010 | 111000 | 0 | 111101 | 10000 | 1001010 | 100111100 | 101100 | 10010 |
Color Harmonies of #431A38
Complementary color
Monochromatic Colors of #431A38
Black with #431A38
Text Example
Text Example
White with #431A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A38; }
p { color: rgb(67,26,56); }
H1.HeaderClassName
{
color: #431A38;
}
.AnyTagClassName
{
color: #431A38;
}
</style>
background-color css
<style>
a { background-color: #431A38; }
a { background-color: rgb(67,26,56); }
div.DivClassName
{
background-color: #431A38;
}
.BgClassName
{
background-color: #431A38;
}
</style>
border-color css
<style>
span { border-color: #431A38; }
span { border-color: rgb(67,26,56); }
td.TdClassName
{
border-color: #431A38;
}
.TagClassName
{
border-color: #431A38;
}
</style>