Shades of Blackberry #430830
Tints of Blackberry #430830
RGB
CMYK
RGB Variations
Color information
#430830 (or 0x430830) is known color: Blackberry. HEX triplet: 43, 08 and 30. RGB value is (67,8,48). Sum of RGB (Red+Green+Blue) = 67+8+48=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #430830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430830 is #BCF7CF. Grayscale: #1E1E1E. Windows color (decimal): -12384208 or 3147843. OLE color: 3147843.
HSL color Cylindrical-coordinate representation of color #430830: hue angle of 319.32º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430830 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 8 | 48 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.74 |
| HSL | 319.32º | 0.79% | 0.15% | - |
| HSV(B) | 319.32º | 0.88% | 0.26% | - |
| XYZ | 2.94 | 1.58 | 2.95 | - |
| YUV | 30.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 48 | 0 | 0.88 | 0.28 | 0.74 | 319.32 | 0.79 | 0.15 |
| Hex | 43 | 8 | 30 | 0 | 58 | 1C | 4A | 13F | 4F | F |
| Octal | 103 | 10 | 60 | 0 | 130 | 34 | 112 | 477 | 117 | 17 |
| Binary | 1000011 | 1000 | 110000 | 0 | 1011000 | 11100 | 1001010 | 100111111 | 1001111 | 1111 |
Color Harmonies of #430830
Complementary color
Monochromatic Colors of #430830
Black with #430830
Text Example
Text Example
White with #430830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430830; }
p { color: rgb(67,8,48); }
H1.HeaderClassName
{
color: #430830;
}
.AnyTagClassName
{
color: #430830;
}
</style>
background-color css
<style>
a { background-color: #430830; }
a { background-color: rgb(67,8,48); }
div.DivClassName
{
background-color: #430830;
}
.BgClassName
{
background-color: #430830;
}
</style>
border-color css
<style>
span { border-color: #430830; }
span { border-color: rgb(67,8,48); }
td.TdClassName
{
border-color: #430830;
}
.TagClassName
{
border-color: #430830;
}
</style>