Shades of Blackberry #430F25
Tints of Blackberry #430F25
RGB
CMYK
RGB Variations
Color information
#430F25 (or 0x430F25) is known color: Blackberry. HEX triplet: 43, 0F and 25. RGB value is (67,15,37). Sum of RGB (Red+Green+Blue) = 67+15+37=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #430F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F25 is #BCF0DA. Grayscale: #212121. Windows color (decimal): -12382427 or 2428739. OLE color: 2428739.
HSL color Cylindrical-coordinate representation of color #430F25: hue angle of 334.62º 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 #430F25 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 15 | 37 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.74 |
| HSL | 334.62º | 0.63% | 0.16% | - |
| HSV(B) | 334.62º | 0.78% | 0.26% | - |
| XYZ | 2.82 | 1.67 | 1.92 | - |
| YUV | 33.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 37 | 0 | 0.78 | 0.45 | 0.74 | 334.62 | 0.63 | 0.16 |
| Hex | 43 | F | 25 | 0 | 4E | 2D | 4A | 14F | 3F | 10 |
| Octal | 103 | 17 | 45 | 0 | 116 | 55 | 112 | 517 | 77 | 20 |
| Binary | 1000011 | 1111 | 100101 | 0 | 1001110 | 101101 | 1001010 | 101001111 | 111111 | 10000 |
Color Harmonies of #430F25
Complementary color
Monochromatic Colors of #430F25
Black with #430F25
Text Example
Text Example
White with #430F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F25; }
p { color: rgb(67,15,37); }
H1.HeaderClassName
{
color: #430F25;
}
.AnyTagClassName
{
color: #430F25;
}
</style>
background-color css
<style>
a { background-color: #430F25; }
a { background-color: rgb(67,15,37); }
div.DivClassName
{
background-color: #430F25;
}
.BgClassName
{
background-color: #430F25;
}
</style>
border-color css
<style>
span { border-color: #430F25; }
span { border-color: rgb(67,15,37); }
td.TdClassName
{
border-color: #430F25;
}
.TagClassName
{
border-color: #430F25;
}
</style>