Shades of Blackberry #431B30
Tints of Blackberry #431B30
RGB
CMYK
RGB Variations
Color information
#431B30 (or 0x431B30) is known color: Blackberry. HEX triplet: 43, 1B and 30. RGB value is (67,27,48). Sum of RGB (Red+Green+Blue) = 67+27+48=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 67 - color contains mainly: red. Hex color #431B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B30 is #BCE4CF. Grayscale: #292929. Windows color (decimal): -12379344 or 3152707. OLE color: 3152707.
HSL color Cylindrical-coordinate representation of color #431B30: hue angle of 328.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #431B30 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 27 | 48 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.74 |
| HSL | 328.5º | 0.43% | 0.18% | - |
| HSV(B) | 328.5º | 0.6% | 0.26% | - |
| XYZ | 3.24 | 2.19 | 3.05 | - |
| YUV | 41.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 48 | 0 | 0.60 | 0.28 | 0.74 | 328.5 | 0.43 | 0.18 |
| Hex | 43 | 1B | 30 | 0 | 3C | 1C | 4A | 148 | 2B | 12 |
| Octal | 103 | 33 | 60 | 0 | 74 | 34 | 112 | 510 | 53 | 22 |
| Binary | 1000011 | 11011 | 110000 | 0 | 111100 | 11100 | 1001010 | 101001000 | 101011 | 10010 |
Color Harmonies of #431B30
Complementary color
Monochromatic Colors of #431B30
Black with #431B30
Text Example
Text Example
White with #431B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B30; }
p { color: rgb(67,27,48); }
H1.HeaderClassName
{
color: #431B30;
}
.AnyTagClassName
{
color: #431B30;
}
</style>
background-color css
<style>
a { background-color: #431B30; }
a { background-color: rgb(67,27,48); }
div.DivClassName
{
background-color: #431B30;
}
.BgClassName
{
background-color: #431B30;
}
</style>
border-color css
<style>
span { border-color: #431B30; }
span { border-color: rgb(67,27,48); }
td.TdClassName
{
border-color: #431B30;
}
.TagClassName
{
border-color: #431B30;
}
</style>