Shades of Blackberry #431E33
Tints of Blackberry #431E33
RGB
CMYK
RGB Variations
Color information
#431E33 (or 0x431E33) is known color: Blackberry. HEX triplet: 43, 1E and 33. RGB value is (67,30,51). Sum of RGB (Red+Green+Blue) = 67+30+51=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 67 - color contains mainly: red. Hex color #431E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431E33 is #BCE1CC. Grayscale: #2B2B2B. Windows color (decimal): -12378573 or 3350083. OLE color: 3350083.
HSL color Cylindrical-coordinate representation of color #431E33: hue angle of 325.95º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #431E33 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 30 | 51 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.74 |
| HSL | 325.95º | 0.38% | 0.19% | - |
| HSV(B) | 325.95º | 0.55% | 0.26% | - |
| XYZ | 3.38 | 2.36 | 3.41 | - |
| YUV | 43.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 51 | 0 | 0.55 | 0.24 | 0.74 | 325.95 | 0.38 | 0.19 |
| Hex | 43 | 1E | 33 | 0 | 37 | 18 | 4A | 146 | 26 | 13 |
| Octal | 103 | 36 | 63 | 0 | 67 | 30 | 112 | 506 | 46 | 23 |
| Binary | 1000011 | 11110 | 110011 | 0 | 110111 | 11000 | 1001010 | 101000110 | 100110 | 10011 |
Color Harmonies of #431E33
Complementary color
Monochromatic Colors of #431E33
Black with #431E33
Text Example
Text Example
White with #431E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E33; }
p { color: rgb(67,30,51); }
H1.HeaderClassName
{
color: #431E33;
}
.AnyTagClassName
{
color: #431E33;
}
</style>
background-color css
<style>
a { background-color: #431E33; }
a { background-color: rgb(67,30,51); }
div.DivClassName
{
background-color: #431E33;
}
.BgClassName
{
background-color: #431E33;
}
</style>
border-color css
<style>
span { border-color: #431E33; }
span { border-color: rgb(67,30,51); }
td.TdClassName
{
border-color: #431E33;
}
.TagClassName
{
border-color: #431E33;
}
</style>