Shades of Blackberry #430221
Tints of Blackberry #430221
RGB
CMYK
RGB Variations
Color information
#430221 (or 0x430221) is known color: Blackberry. HEX triplet: 43, 02 and 21. RGB value is (67,2,33). Sum of RGB (Red+Green+Blue) = 67+2+33=102 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.69% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 67 - color contains mainly: red. Hex color #430221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430221 is #BCFDDE. Grayscale: #181818. Windows color (decimal): -12385759 or 2163267. OLE color: 2163267.
HSL color Cylindrical-coordinate representation of color #430221: hue angle of 331.38º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #430221 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 2 | 33 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.74 |
| HSL | 331.38º | 0.94% | 0.14% | - |
| HSV(B) | 331.38º | 0.97% | 0.26% | - |
| XYZ | 2.61 | 1.35 | 1.56 | - |
| YUV | 24.97 | 132.53 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 33 | 0 | 0.97 | 0.51 | 0.74 | 331.38 | 0.94 | 0.14 |
| Hex | 43 | 2 | 21 | 0 | 61 | 33 | 4A | 14B | 5E | E |
| Octal | 103 | 2 | 41 | 0 | 141 | 63 | 112 | 513 | 136 | 16 |
| Binary | 1000011 | 10 | 100001 | 0 | 1100001 | 110011 | 1001010 | 101001011 | 1011110 | 1110 |
Color Harmonies of #430221
Complementary color
Monochromatic Colors of #430221
Black with #430221
Text Example
Text Example
White with #430221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430221; }
p { color: rgb(67,2,33); }
H1.HeaderClassName
{
color: #430221;
}
.AnyTagClassName
{
color: #430221;
}
</style>
background-color css
<style>
a { background-color: #430221; }
a { background-color: rgb(67,2,33); }
div.DivClassName
{
background-color: #430221;
}
.BgClassName
{
background-color: #430221;
}
</style>
border-color css
<style>
span { border-color: #430221; }
span { border-color: rgb(67,2,33); }
td.TdClassName
{
border-color: #430221;
}
.TagClassName
{
border-color: #430221;
}
</style>