Shades of Blackberry #430D22
Tints of Blackberry #430D22
RGB
CMYK
RGB Variations
Color information
#430D22 (or 0x430D22) is known color: Blackberry. HEX triplet: 43, 0D and 22. RGB value is (67,13,34). Sum of RGB (Red+Green+Blue) = 67+13+34=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 34 (13.67% from 255 or 29.82% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #430D22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D22 is #BCF2DD. Grayscale: #1F1F1F. Windows color (decimal): -12382942 or 2231619. OLE color: 2231619.
HSL color Cylindrical-coordinate representation of color #430D22: hue angle of 336.67º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #430D22 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 13 | 34 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.74 |
| HSL | 336.67º | 0.68% | 0.16% | - |
| HSV(B) | 336.67º | 0.81% | 0.26% | - |
| XYZ | 2.75 | 1.6 | 1.68 | - |
| YUV | 31.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 34 | 0 | 0.81 | 0.49 | 0.74 | 336.67 | 0.68 | 0.16 |
| Hex | 43 | D | 22 | 0 | 51 | 31 | 4A | 151 | 44 | 10 |
| Octal | 103 | 15 | 42 | 0 | 121 | 61 | 112 | 521 | 104 | 20 |
| Binary | 1000011 | 1101 | 100010 | 0 | 1010001 | 110001 | 1001010 | 101010001 | 1000100 | 10000 |
Color Harmonies of #430D22
Complementary color
Monochromatic Colors of #430D22
Black with #430D22
Text Example
Text Example
White with #430D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D22; }
p { color: rgb(67,13,34); }
H1.HeaderClassName
{
color: #430D22;
}
.AnyTagClassName
{
color: #430D22;
}
</style>
background-color css
<style>
a { background-color: #430D22; }
a { background-color: rgb(67,13,34); }
div.DivClassName
{
background-color: #430D22;
}
.BgClassName
{
background-color: #430D22;
}
</style>
border-color css
<style>
span { border-color: #430D22; }
span { border-color: rgb(67,13,34); }
td.TdClassName
{
border-color: #430D22;
}
.TagClassName
{
border-color: #430D22;
}
</style>