Shades of Blackberry #430F38
Tints of Blackberry #430F38
RGB
CMYK
RGB Variations
Color information
#430F38 (or 0x430F38) is known color: Blackberry. HEX triplet: 43, 0F and 38. RGB value is (67,15,56). Sum of RGB (Red+Green+Blue) = 67+15+56=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #430F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F38 is #BCF0C7. Grayscale: #232323. Windows color (decimal): -12382408 or 3673923. OLE color: 3673923.
HSL color Cylindrical-coordinate representation of color #430F38: hue angle of 312.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 #430F38 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 15 | 56 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.74 |
| HSL | 312.69º | 0.63% | 0.16% | - |
| HSV(B) | 312.69º | 0.78% | 0.26% | - |
| XYZ | 3.2 | 1.82 | 3.92 | - |
| YUV | 35.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 56 | 0 | 0.78 | 0.16 | 0.74 | 312.69 | 0.63 | 0.16 |
| Hex | 43 | F | 38 | 0 | 4E | 10 | 4A | 139 | 3F | 10 |
| Octal | 103 | 17 | 70 | 0 | 116 | 20 | 112 | 471 | 77 | 20 |
| Binary | 1000011 | 1111 | 111000 | 0 | 1001110 | 10000 | 1001010 | 100111001 | 111111 | 10000 |
Color Harmonies of #430F38
Complementary color
Monochromatic Colors of #430F38
Black with #430F38
Text Example
Text Example
White with #430F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F38; }
p { color: rgb(67,15,56); }
H1.HeaderClassName
{
color: #430F38;
}
.AnyTagClassName
{
color: #430F38;
}
</style>
background-color css
<style>
a { background-color: #430F38; }
a { background-color: rgb(67,15,56); }
div.DivClassName
{
background-color: #430F38;
}
.BgClassName
{
background-color: #430F38;
}
</style>
border-color css
<style>
span { border-color: #430F38; }
span { border-color: rgb(67,15,56); }
td.TdClassName
{
border-color: #430F38;
}
.TagClassName
{
border-color: #430F38;
}
</style>