Shades of Blackberry #430A33
Tints of Blackberry #430A33
RGB
CMYK
RGB Variations
Color information
#430A33 (or 0x430A33) is known color: Blackberry. HEX triplet: 43, 0A and 33. RGB value is (67,10,51). Sum of RGB (Red+Green+Blue) = 67+10+51=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #430A33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430A33 is #BCF5CC. Grayscale: #1F1F1F. Windows color (decimal): -12383693 or 3344963. OLE color: 3344963.
HSL color Cylindrical-coordinate representation of color #430A33: hue angle of 316.84º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #430A33 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 10 | 51 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.74 |
| HSL | 316.84º | 0.74% | 0.15% | - |
| HSV(B) | 316.84º | 0.85% | 0.26% | - |
| XYZ | 3.02 | 1.65 | 3.29 | - |
| YUV | 31.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 51 | 0 | 0.85 | 0.24 | 0.74 | 316.84 | 0.74 | 0.15 |
| Hex | 43 | A | 33 | 0 | 55 | 18 | 4A | 13D | 4A | F |
| Octal | 103 | 12 | 63 | 0 | 125 | 30 | 112 | 475 | 112 | 17 |
| Binary | 1000011 | 1010 | 110011 | 0 | 1010101 | 11000 | 1001010 | 100111101 | 1001010 | 1111 |
Color Harmonies of #430A33
Complementary color
Monochromatic Colors of #430A33
Black with #430A33
Text Example
Text Example
White with #430A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430A33; }
p { color: rgb(67,10,51); }
H1.HeaderClassName
{
color: #430A33;
}
.AnyTagClassName
{
color: #430A33;
}
</style>
background-color css
<style>
a { background-color: #430A33; }
a { background-color: rgb(67,10,51); }
div.DivClassName
{
background-color: #430A33;
}
.BgClassName
{
background-color: #430A33;
}
</style>
border-color css
<style>
span { border-color: #430A33; }
span { border-color: rgb(67,10,51); }
td.TdClassName
{
border-color: #430A33;
}
.TagClassName
{
border-color: #430A33;
}
</style>