Shades of Blackberry #430F2B
Tints of Blackberry #430F2B
RGB
CMYK
RGB Variations
Color information
#430F2B (or 0x430F2B) is known color: Blackberry. HEX triplet: 43, 0F and 2B. RGB value is (67,15,43). Sum of RGB (Red+Green+Blue) = 67+15+43=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #430F2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F2B is #BCF0D4. Grayscale: #212121. Windows color (decimal): -12382421 or 2821955. OLE color: 2821955.
HSL color Cylindrical-coordinate representation of color #430F2B: hue angle of 327.69º 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 #430F2B is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 15 | 43 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.74 |
| HSL | 327.69º | 0.63% | 0.16% | - |
| HSV(B) | 327.69º | 0.78% | 0.26% | - |
| XYZ | 2.92 | 1.71 | 2.46 | - |
| YUV | 33.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 43 | 0 | 0.78 | 0.36 | 0.74 | 327.69 | 0.63 | 0.16 |
| Hex | 43 | F | 2B | 0 | 4E | 24 | 4A | 148 | 3F | 10 |
| Octal | 103 | 17 | 53 | 0 | 116 | 44 | 112 | 510 | 77 | 20 |
| Binary | 1000011 | 1111 | 101011 | 0 | 1001110 | 100100 | 1001010 | 101001000 | 111111 | 10000 |
Color Harmonies of #430F2B
Complementary color
Monochromatic Colors of #430F2B
Black with #430F2B
Text Example
Text Example
White with #430F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F2B; }
p { color: rgb(67,15,43); }
H1.HeaderClassName
{
color: #430F2B;
}
.AnyTagClassName
{
color: #430F2B;
}
</style>
background-color css
<style>
a { background-color: #430F2B; }
a { background-color: rgb(67,15,43); }
div.DivClassName
{
background-color: #430F2B;
}
.BgClassName
{
background-color: #430F2B;
}
</style>
border-color css
<style>
span { border-color: #430F2B; }
span { border-color: rgb(67,15,43); }
td.TdClassName
{
border-color: #430F2B;
}
.TagClassName
{
border-color: #430F2B;
}
</style>