Shades of Blackberry #430238
Tints of Blackberry #430238
RGB
CMYK
RGB Variations
Color information
#430238 (or 0x430238) is known color: Blackberry. HEX triplet: 43, 02 and 38. RGB value is (67,2,56). Sum of RGB (Red+Green+Blue) = 67+2+56=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #430238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430238 is #BCFDC7. Grayscale: #1B1B1B. Windows color (decimal): -12385736 or 3670595. OLE color: 3670595.
HSL color Cylindrical-coordinate representation of color #430238: hue angle of 310.15º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #430238 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 2 | 56 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.74 |
| HSL | 310.15º | 0.94% | 0.14% | - |
| HSV(B) | 310.15º | 0.97% | 0.26% | - |
| XYZ | 3.05 | 1.52 | 3.87 | - |
| YUV | 27.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 56 | 0 | 0.97 | 0.16 | 0.74 | 310.15 | 0.94 | 0.14 |
| Hex | 43 | 2 | 38 | 0 | 61 | 10 | 4A | 136 | 5E | E |
| Octal | 103 | 2 | 70 | 0 | 141 | 20 | 112 | 466 | 136 | 16 |
| Binary | 1000011 | 10 | 111000 | 0 | 1100001 | 10000 | 1001010 | 100110110 | 1011110 | 1110 |
Color Harmonies of #430238
Complementary color
Monochromatic Colors of #430238
Black with #430238
Text Example
Text Example
White with #430238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430238; }
p { color: rgb(67,2,56); }
H1.HeaderClassName
{
color: #430238;
}
.AnyTagClassName
{
color: #430238;
}
</style>
background-color css
<style>
a { background-color: #430238; }
a { background-color: rgb(67,2,56); }
div.DivClassName
{
background-color: #430238;
}
.BgClassName
{
background-color: #430238;
}
</style>
border-color css
<style>
span { border-color: #430238; }
span { border-color: rgb(67,2,56); }
td.TdClassName
{
border-color: #430238;
}
.TagClassName
{
border-color: #430238;
}
</style>