Shades of Blackberry #430E33
Tints of Blackberry #430E33
RGB
CMYK
RGB Variations
Color information
#430E33 (or 0x430E33) is known color: Blackberry. HEX triplet: 43, 0E and 33. RGB value is (67,14,51). Sum of RGB (Red+Green+Blue) = 67+14+51=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #430E33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430E33 is #BCF1CC. Grayscale: #212121. Windows color (decimal): -12382669 or 3345987. OLE color: 3345987.
HSL color Cylindrical-coordinate representation of color #430E33: hue angle of 318.11º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #430E33 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 14 | 51 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.74 |
| HSL | 318.11º | 0.65% | 0.16% | - |
| HSV(B) | 318.11º | 0.79% | 0.26% | - |
| XYZ | 3.07 | 1.75 | 3.31 | - |
| YUV | 34.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 51 | 0 | 0.79 | 0.24 | 0.74 | 318.11 | 0.65 | 0.16 |
| Hex | 43 | E | 33 | 0 | 4F | 18 | 4A | 13E | 41 | 10 |
| Octal | 103 | 16 | 63 | 0 | 117 | 30 | 112 | 476 | 101 | 20 |
| Binary | 1000011 | 1110 | 110011 | 0 | 1001111 | 11000 | 1001010 | 100111110 | 1000001 | 10000 |
Color Harmonies of #430E33
Complementary color
Monochromatic Colors of #430E33
Black with #430E33
Text Example
Text Example
White with #430E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430E33; }
p { color: rgb(67,14,51); }
H1.HeaderClassName
{
color: #430E33;
}
.AnyTagClassName
{
color: #430E33;
}
</style>
background-color css
<style>
a { background-color: #430E33; }
a { background-color: rgb(67,14,51); }
div.DivClassName
{
background-color: #430E33;
}
.BgClassName
{
background-color: #430E33;
}
</style>
border-color css
<style>
span { border-color: #430E33; }
span { border-color: rgb(67,14,51); }
td.TdClassName
{
border-color: #430E33;
}
.TagClassName
{
border-color: #430E33;
}
</style>