Shades of Blackberry #430B22
Tints of Blackberry #430B22
RGB
CMYK
RGB Variations
Color information
#430B22 (or 0x430B22) is known color: Blackberry. HEX triplet: 43, 0B and 22. RGB value is (67,11,34). Sum of RGB (Red+Green+Blue) = 67+11+34=112 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.82% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 67 - color contains mainly: red. Hex color #430B22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B22 is #BCF4DD. Grayscale: #1E1E1E. Windows color (decimal): -12383454 or 2231107. OLE color: 2231107.
HSL color Cylindrical-coordinate representation of color #430B22: hue angle of 335.36º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430B22 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 11 | 34 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.74 |
| HSL | 335.36º | 0.72% | 0.15% | - |
| HSV(B) | 335.36º | 0.84% | 0.26% | - |
| XYZ | 2.72 | 1.55 | 1.67 | - |
| YUV | 30.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 34 | 0 | 0.84 | 0.49 | 0.74 | 335.36 | 0.72 | 0.15 |
| Hex | 43 | B | 22 | 0 | 54 | 31 | 4A | 14F | 48 | F |
| Octal | 103 | 13 | 42 | 0 | 124 | 61 | 112 | 517 | 110 | 17 |
| Binary | 1000011 | 1011 | 100010 | 0 | 1010100 | 110001 | 1001010 | 101001111 | 1001000 | 1111 |
Color Harmonies of #430B22
Complementary color
Monochromatic Colors of #430B22
Black with #430B22
Text Example
Text Example
White with #430B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B22; }
p { color: rgb(67,11,34); }
H1.HeaderClassName
{
color: #430B22;
}
.AnyTagClassName
{
color: #430B22;
}
</style>
background-color css
<style>
a { background-color: #430B22; }
a { background-color: rgb(67,11,34); }
div.DivClassName
{
background-color: #430B22;
}
.BgClassName
{
background-color: #430B22;
}
</style>
border-color css
<style>
span { border-color: #430B22; }
span { border-color: rgb(67,11,34); }
td.TdClassName
{
border-color: #430B22;
}
.TagClassName
{
border-color: #430B22;
}
</style>