Shades of Blackberry #430424
Tints of Blackberry #430424
RGB
CMYK
RGB Variations
Color information
#430424 (or 0x430424) is known color: Blackberry. HEX triplet: 43, 04 and 24. RGB value is (67,4,36). Sum of RGB (Red+Green+Blue) = 67+4+36=107 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.62% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 67 - color contains mainly: red. Hex color #430424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430424 is #BCFBDB. Grayscale: #1A1A1A. Windows color (decimal): -12385244 or 2360387. OLE color: 2360387.
HSL color Cylindrical-coordinate representation of color #430424: hue angle of 329.52º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430424 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 4 | 36 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.74 |
| HSL | 329.52º | 0.89% | 0.14% | - |
| HSV(B) | 329.52º | 0.94% | 0.26% | - |
| XYZ | 2.68 | 1.41 | 1.8 | - |
| YUV | 26.49 | 133.37 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 36 | 0 | 0.94 | 0.46 | 0.74 | 329.52 | 0.89 | 0.14 |
| Hex | 43 | 4 | 24 | 0 | 5E | 2E | 4A | 14A | 59 | E |
| Octal | 103 | 4 | 44 | 0 | 136 | 56 | 112 | 512 | 131 | 16 |
| Binary | 1000011 | 100 | 100100 | 0 | 1011110 | 101110 | 1001010 | 101001010 | 1011001 | 1110 |
Color Harmonies of #430424
Complementary color
Monochromatic Colors of #430424
Black with #430424
Text Example
Text Example
White with #430424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430424; }
p { color: rgb(67,4,36); }
H1.HeaderClassName
{
color: #430424;
}
.AnyTagClassName
{
color: #430424;
}
</style>
background-color css
<style>
a { background-color: #430424; }
a { background-color: rgb(67,4,36); }
div.DivClassName
{
background-color: #430424;
}
.BgClassName
{
background-color: #430424;
}
</style>
border-color css
<style>
span { border-color: #430424; }
span { border-color: rgb(67,4,36); }
td.TdClassName
{
border-color: #430424;
}
.TagClassName
{
border-color: #430424;
}
</style>