Shades of Blackberry #430E21
Tints of Blackberry #430E21
RGB
CMYK
RGB Variations
Color information
#430E21 (or 0x430E21) is known color: Blackberry. HEX triplet: 43, 0E and 21. RGB value is (67,14,33). Sum of RGB (Red+Green+Blue) = 67+14+33=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 14 (5.86% from 255 or 12.28% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #430E21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430E21 is #BCF1DE. Grayscale: #1F1F1F. Windows color (decimal): -12382687 or 2166339. OLE color: 2166339.
HSL color Cylindrical-coordinate representation of color #430E21: hue angle of 338.49º 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 #430E21 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 14 | 33 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.74 |
| HSL | 338.49º | 0.65% | 0.16% | - |
| HSV(B) | 338.49º | 0.79% | 0.26% | - |
| XYZ | 2.75 | 1.62 | 1.61 | - |
| YUV | 32.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 33 | 0 | 0.79 | 0.51 | 0.74 | 338.49 | 0.65 | 0.16 |
| Hex | 43 | E | 21 | 0 | 4F | 33 | 4A | 152 | 41 | 10 |
| Octal | 103 | 16 | 41 | 0 | 117 | 63 | 112 | 522 | 101 | 20 |
| Binary | 1000011 | 1110 | 100001 | 0 | 1001111 | 110011 | 1001010 | 101010010 | 1000001 | 10000 |
Color Harmonies of #430E21
Complementary color
Monochromatic Colors of #430E21
Black with #430E21
Text Example
Text Example
White with #430E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430E21; }
p { color: rgb(67,14,33); }
H1.HeaderClassName
{
color: #430E21;
}
.AnyTagClassName
{
color: #430E21;
}
</style>
background-color css
<style>
a { background-color: #430E21; }
a { background-color: rgb(67,14,33); }
div.DivClassName
{
background-color: #430E21;
}
.BgClassName
{
background-color: #430E21;
}
</style>
border-color css
<style>
span { border-color: #430E21; }
span { border-color: rgb(67,14,33); }
td.TdClassName
{
border-color: #430E21;
}
.TagClassName
{
border-color: #430E21;
}
</style>