Shades of Blackberry #430233
Tints of Blackberry #430233
RGB
CMYK
RGB Variations
Color information
#430233 (or 0x430233) is known color: Blackberry. HEX triplet: 43, 02 and 33. RGB value is (67,2,51). Sum of RGB (Red+Green+Blue) = 67+2+51=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #430233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430233 is #BCFDCC. Grayscale: #1A1A1A. Windows color (decimal): -12385741 or 3342915. OLE color: 3342915.
HSL color Cylindrical-coordinate representation of color #430233: hue angle of 314.77º 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 #430233 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 2 | 51 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.74 |
| HSL | 314.77º | 0.94% | 0.14% | - |
| HSV(B) | 314.77º | 0.97% | 0.26% | - |
| XYZ | 2.93 | 1.48 | 3.26 | - |
| YUV | 27.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 51 | 0 | 0.97 | 0.24 | 0.74 | 314.77 | 0.94 | 0.14 |
| Hex | 43 | 2 | 33 | 0 | 61 | 18 | 4A | 13B | 5E | E |
| Octal | 103 | 2 | 63 | 0 | 141 | 30 | 112 | 473 | 136 | 16 |
| Binary | 1000011 | 10 | 110011 | 0 | 1100001 | 11000 | 1001010 | 100111011 | 1011110 | 1110 |
Color Harmonies of #430233
Complementary color
Monochromatic Colors of #430233
Black with #430233
Text Example
Text Example
White with #430233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430233; }
p { color: rgb(67,2,51); }
H1.HeaderClassName
{
color: #430233;
}
.AnyTagClassName
{
color: #430233;
}
</style>
background-color css
<style>
a { background-color: #430233; }
a { background-color: rgb(67,2,51); }
div.DivClassName
{
background-color: #430233;
}
.BgClassName
{
background-color: #430233;
}
</style>
border-color css
<style>
span { border-color: #430233; }
span { border-color: rgb(67,2,51); }
td.TdClassName
{
border-color: #430233;
}
.TagClassName
{
border-color: #430233;
}
</style>