Shades of Blackberry #431A30
Tints of Blackberry #431A30
RGB
CMYK
RGB Variations
Color information
#431A30 (or 0x431A30) is known color: Blackberry. HEX triplet: 43, 1A and 30. RGB value is (67,26,48). Sum of RGB (Red+Green+Blue) = 67+26+48=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #431A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A30 is #BCE5CF. Grayscale: #282828. Windows color (decimal): -12379600 or 3152451. OLE color: 3152451.
HSL color Cylindrical-coordinate representation of color #431A30: hue angle of 327.8º 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 #431A30 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 48 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.74 |
| HSL | 327.8º | 0.44% | 0.18% | - |
| HSV(B) | 327.8º | 0.61% | 0.26% | - |
| XYZ | 3.22 | 2.15 | 3.04 | - |
| YUV | 40.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 48 | 0 | 0.61 | 0.28 | 0.74 | 327.8 | 0.44 | 0.18 |
| Hex | 43 | 1A | 30 | 0 | 3D | 1C | 4A | 148 | 2C | 12 |
| Octal | 103 | 32 | 60 | 0 | 75 | 34 | 112 | 510 | 54 | 22 |
| Binary | 1000011 | 11010 | 110000 | 0 | 111101 | 11100 | 1001010 | 101001000 | 101100 | 10010 |
Color Harmonies of #431A30
Complementary color
Monochromatic Colors of #431A30
Black with #431A30
Text Example
Text Example
White with #431A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A30; }
p { color: rgb(67,26,48); }
H1.HeaderClassName
{
color: #431A30;
}
.AnyTagClassName
{
color: #431A30;
}
</style>
background-color css
<style>
a { background-color: #431A30; }
a { background-color: rgb(67,26,48); }
div.DivClassName
{
background-color: #431A30;
}
.BgClassName
{
background-color: #431A30;
}
</style>
border-color css
<style>
span { border-color: #431A30; }
span { border-color: rgb(67,26,48); }
td.TdClassName
{
border-color: #431A30;
}
.TagClassName
{
border-color: #431A30;
}
</style>