Shades of Blackberry #430022
Tints of Blackberry #430022
RGB
CMYK
RGB Variations
Color information
#430022 (or 0x430022) is known color: Blackberry. HEX triplet: 43, 00 and 22. RGB value is (67,0,34). Sum of RGB (Red+Green+Blue) = 67+0+34=101 (13% of max value = 765). Red value is 67 (26.56% from 255 or 66.34% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 67 - color contains mainly: red. Hex color #430022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430022 is #BCFFDD. Grayscale: #171717. Windows color (decimal): -12386270 or 2228291. OLE color: 2228291.
HSL color Cylindrical-coordinate representation of color #430022: hue angle of 329.55º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430022 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.49 | 0.74 |
| HSL | 329.55º | 1% | 0.13% | - |
| HSV(B) | 329.55º | 1% | 0.26% | - |
| XYZ | 2.6 | 1.31 | 1.63 | - |
| YUV | 23.91 | 133.7 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 34 | 0 | 1 | 0.49 | 0.74 | 329.55 | 1 | 0.13 |
| Hex | 43 | 0 | 22 | 0 | 64 | 31 | 4A | 14A | 64 | D |
| Octal | 103 | 0 | 42 | 0 | 144 | 61 | 112 | 512 | 144 | 15 |
| Binary | 1000011 | 0 | 100010 | 0 | 1100100 | 110001 | 1001010 | 101001010 | 1100100 | 1101 |
Color Harmonies of #430022
Complementary color
Monochromatic Colors of #430022
Black with #430022
Text Example
Text Example
White with #430022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430022; }
p { color: rgb(67,0,34); }
H1.HeaderClassName
{
color: #430022;
}
.AnyTagClassName
{
color: #430022;
}
</style>
background-color css
<style>
a { background-color: #430022; }
a { background-color: rgb(67,0,34); }
div.DivClassName
{
background-color: #430022;
}
.BgClassName
{
background-color: #430022;
}
</style>
border-color css
<style>
span { border-color: #430022; }
span { border-color: rgb(67,0,34); }
td.TdClassName
{
border-color: #430022;
}
.TagClassName
{
border-color: #430022;
}
</style>