Shades of Blackberry #430521
Tints of Blackberry #430521
RGB
CMYK
RGB Variations
Color information
#430521 (or 0x430521) is known color: Blackberry. HEX triplet: 43, 05 and 21. RGB value is (67,5,33). Sum of RGB (Red+Green+Blue) = 67+5+33=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #430521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430521 is #BCFADE. Grayscale: #1A1A1A. Windows color (decimal): -12384991 or 2164035. OLE color: 2164035.
HSL color Cylindrical-coordinate representation of color #430521: hue angle of 332.9º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430521 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 5 | 33 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.74 |
| HSL | 332.9º | 0.86% | 0.14% | - |
| HSV(B) | 332.9º | 0.93% | 0.26% | - |
| XYZ | 2.64 | 1.41 | 1.57 | - |
| YUV | 26.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 33 | 0 | 0.93 | 0.51 | 0.74 | 332.9 | 0.86 | 0.14 |
| Hex | 43 | 5 | 21 | 0 | 5D | 33 | 4A | 14D | 56 | E |
| Octal | 103 | 5 | 41 | 0 | 135 | 63 | 112 | 515 | 126 | 16 |
| Binary | 1000011 | 101 | 100001 | 0 | 1011101 | 110011 | 1001010 | 101001101 | 1010110 | 1110 |
Color Harmonies of #430521
Complementary color
Monochromatic Colors of #430521
Black with #430521
Text Example
Text Example
White with #430521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430521; }
p { color: rgb(67,5,33); }
H1.HeaderClassName
{
color: #430521;
}
.AnyTagClassName
{
color: #430521;
}
</style>
background-color css
<style>
a { background-color: #430521; }
a { background-color: rgb(67,5,33); }
div.DivClassName
{
background-color: #430521;
}
.BgClassName
{
background-color: #430521;
}
</style>
border-color css
<style>
span { border-color: #430521; }
span { border-color: rgb(67,5,33); }
td.TdClassName
{
border-color: #430521;
}
.TagClassName
{
border-color: #430521;
}
</style>