Shades of Blackberry #430F22
Tints of Blackberry #430F22
RGB
CMYK
RGB Variations
Color information
#430F22 (or 0x430F22) is known color: Blackberry. HEX triplet: 43, 0F and 22. RGB value is (67,15,34). Sum of RGB (Red+Green+Blue) = 67+15+34=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #430F22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F22 is #BCF0DD. Grayscale: #202020. Windows color (decimal): -12382430 or 2232131. OLE color: 2232131.
HSL color Cylindrical-coordinate representation of color #430F22: hue angle of 338.08º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #430F22 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 15 | 34 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.74 |
| HSL | 338.08º | 0.63% | 0.16% | - |
| HSV(B) | 338.08º | 0.78% | 0.26% | - |
| XYZ | 2.77 | 1.65 | 1.69 | - |
| YUV | 32.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 34 | 0 | 0.78 | 0.49 | 0.74 | 338.08 | 0.63 | 0.16 |
| Hex | 43 | F | 22 | 0 | 4E | 31 | 4A | 152 | 3F | 10 |
| Octal | 103 | 17 | 42 | 0 | 116 | 61 | 112 | 522 | 77 | 20 |
| Binary | 1000011 | 1111 | 100010 | 0 | 1001110 | 110001 | 1001010 | 101010010 | 111111 | 10000 |
Color Harmonies of #430F22
Complementary color
Monochromatic Colors of #430F22
Black with #430F22
Text Example
Text Example
White with #430F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F22; }
p { color: rgb(67,15,34); }
H1.HeaderClassName
{
color: #430F22;
}
.AnyTagClassName
{
color: #430F22;
}
</style>
background-color css
<style>
a { background-color: #430F22; }
a { background-color: rgb(67,15,34); }
div.DivClassName
{
background-color: #430F22;
}
.BgClassName
{
background-color: #430F22;
}
</style>
border-color css
<style>
span { border-color: #430F22; }
span { border-color: rgb(67,15,34); }
td.TdClassName
{
border-color: #430F22;
}
.TagClassName
{
border-color: #430F22;
}
</style>