Shades of Blackberry #430332
Tints of Blackberry #430332
RGB
CMYK
RGB Variations
Color information
#430332 (or 0x430332) is known color: Blackberry. HEX triplet: 43, 03 and 32. RGB value is (67,3,50). Sum of RGB (Red+Green+Blue) = 67+3+50=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #430332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430332 is #BCFCCD. Grayscale: #1B1B1B. Windows color (decimal): -12385486 or 3277635. OLE color: 3277635.
HSL color Cylindrical-coordinate representation of color #430332: hue angle of 315.94º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430332 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 3 | 50 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.74 |
| HSL | 315.94º | 0.91% | 0.14% | - |
| HSV(B) | 315.94º | 0.96% | 0.26% | - |
| XYZ | 2.92 | 1.49 | 3.15 | - |
| YUV | 27.49 | 140.7 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 50 | 0 | 0.96 | 0.25 | 0.74 | 315.94 | 0.91 | 0.14 |
| Hex | 43 | 3 | 32 | 0 | 60 | 19 | 4A | 13C | 5B | E |
| Octal | 103 | 3 | 62 | 0 | 140 | 31 | 112 | 474 | 133 | 16 |
| Binary | 1000011 | 11 | 110010 | 0 | 1100000 | 11001 | 1001010 | 100111100 | 1011011 | 1110 |
Color Harmonies of #430332
Complementary color
Monochromatic Colors of #430332
Black with #430332
Text Example
Text Example
White with #430332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430332; }
p { color: rgb(67,3,50); }
H1.HeaderClassName
{
color: #430332;
}
.AnyTagClassName
{
color: #430332;
}
</style>
background-color css
<style>
a { background-color: #430332; }
a { background-color: rgb(67,3,50); }
div.DivClassName
{
background-color: #430332;
}
.BgClassName
{
background-color: #430332;
}
</style>
border-color css
<style>
span { border-color: #430332; }
span { border-color: rgb(67,3,50); }
td.TdClassName
{
border-color: #430332;
}
.TagClassName
{
border-color: #430332;
}
</style>