Shades of Blackberry #430131
Tints of Blackberry #430131
RGB
CMYK
RGB Variations
Color information
#430131 (or 0x430131) is known color: Blackberry. HEX triplet: 43, 01 and 31. RGB value is (67,1,49). Sum of RGB (Red+Green+Blue) = 67+1+49=117 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.26% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 67 - color contains mainly: red. Hex color #430131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430131 is #BCFECE. Grayscale: #1A1A1A. Windows color (decimal): -12385999 or 3211587. OLE color: 3211587.
HSL color Cylindrical-coordinate representation of color #430131: hue angle of 316.36º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430131 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 1 | 49 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.74 |
| HSL | 316.36º | 0.97% | 0.13% | - |
| HSV(B) | 316.36º | 0.99% | 0.26% | - |
| XYZ | 2.88 | 1.44 | 3.03 | - |
| YUV | 26.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 49 | 0 | 0.99 | 0.27 | 0.74 | 316.36 | 0.97 | 0.13 |
| Hex | 43 | 1 | 31 | 0 | 63 | 1B | 4A | 13C | 61 | D |
| Octal | 103 | 1 | 61 | 0 | 143 | 33 | 112 | 474 | 141 | 15 |
| Binary | 1000011 | 1 | 110001 | 0 | 1100011 | 11011 | 1001010 | 100111100 | 1100001 | 1101 |
Color Harmonies of #430131
Complementary color
Monochromatic Colors of #430131
Black with #430131
Text Example
Text Example
White with #430131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430131; }
p { color: rgb(67,1,49); }
H1.HeaderClassName
{
color: #430131;
}
.AnyTagClassName
{
color: #430131;
}
</style>
background-color css
<style>
a { background-color: #430131; }
a { background-color: rgb(67,1,49); }
div.DivClassName
{
background-color: #430131;
}
.BgClassName
{
background-color: #430131;
}
</style>
border-color css
<style>
span { border-color: #430131; }
span { border-color: rgb(67,1,49); }
td.TdClassName
{
border-color: #430131;
}
.TagClassName
{
border-color: #430131;
}
</style>