Shades of Blackberry #431930
Tints of Blackberry #431930
RGB
CMYK
RGB Variations
Color information
#431930 (or 0x431930) is known color: Blackberry. HEX triplet: 43, 19 and 30. RGB value is (67,25,48). Sum of RGB (Red+Green+Blue) = 67+25+48=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 67 - color contains mainly: red. Hex color #431930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431930 is #BCE6CF. Grayscale: #282828. Windows color (decimal): -12379856 or 3152195. OLE color: 3152195.
HSL color Cylindrical-coordinate representation of color #431930: hue angle of 327.14º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #431930 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 25 | 48 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.74 |
| HSL | 327.14º | 0.46% | 0.18% | - |
| HSV(B) | 327.14º | 0.63% | 0.26% | - |
| XYZ | 3.2 | 2.1 | 3.03 | - |
| YUV | 40.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 48 | 0 | 0.63 | 0.28 | 0.74 | 327.14 | 0.46 | 0.18 |
| Hex | 43 | 19 | 30 | 0 | 3F | 1C | 4A | 147 | 2E | 12 |
| Octal | 103 | 31 | 60 | 0 | 77 | 34 | 112 | 507 | 56 | 22 |
| Binary | 1000011 | 11001 | 110000 | 0 | 111111 | 11100 | 1001010 | 101000111 | 101110 | 10010 |
Color Harmonies of #431930
Complementary color
Monochromatic Colors of #431930
Black with #431930
Text Example
Text Example
White with #431930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431930; }
p { color: rgb(67,25,48); }
H1.HeaderClassName
{
color: #431930;
}
.AnyTagClassName
{
color: #431930;
}
</style>
background-color css
<style>
a { background-color: #431930; }
a { background-color: rgb(67,25,48); }
div.DivClassName
{
background-color: #431930;
}
.BgClassName
{
background-color: #431930;
}
</style>
border-color css
<style>
span { border-color: #431930; }
span { border-color: rgb(67,25,48); }
td.TdClassName
{
border-color: #431930;
}
.TagClassName
{
border-color: #431930;
}
</style>