Shades of Blackberry #43041E
Tints of Blackberry #43041E
RGB
CMYK
RGB Variations
Color information
#43041E (or 0x43041E) is known color: Blackberry. HEX triplet: 43, 04 and 1E. RGB value is (67,4,30). Sum of RGB (Red+Green+Blue) = 67+4+30=101 (13% of max value = 765). Red value is 67 (26.56% from 255 or 66.34% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 67 - color contains mainly: red. Hex color #43041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43041E is #BCFBE1. Grayscale: #191919. Windows color (decimal): -12385250 or 1967171. OLE color: 1967171.
HSL color Cylindrical-coordinate representation of color #43041E: hue angle of 335.24º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #43041E is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 4 | 30 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.74 |
| HSL | 335.24º | 0.89% | 0.14% | - |
| HSV(B) | 335.24º | 0.94% | 0.26% | - |
| XYZ | 2.59 | 1.37 | 1.36 | - |
| YUV | 25.8 | 130.37 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 30 | 0 | 0.94 | 0.55 | 0.74 | 335.24 | 0.89 | 0.14 |
| Hex | 43 | 4 | 1E | 0 | 5E | 37 | 4A | 14F | 59 | E |
| Octal | 103 | 4 | 36 | 0 | 136 | 67 | 112 | 517 | 131 | 16 |
| Binary | 1000011 | 100 | 11110 | 0 | 1011110 | 110111 | 1001010 | 101001111 | 1011001 | 1110 |
Color Harmonies of #43041E
Complementary color
Monochromatic Colors of #43041E
Black with #43041E
Text Example
Text Example
White with #43041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43041E; }
p { color: rgb(67,4,30); }
H1.HeaderClassName
{
color: #43041E;
}
.AnyTagClassName
{
color: #43041E;
}
</style>
background-color css
<style>
a { background-color: #43041E; }
a { background-color: rgb(67,4,30); }
div.DivClassName
{
background-color: #43041E;
}
.BgClassName
{
background-color: #43041E;
}
</style>
border-color css
<style>
span { border-color: #43041E; }
span { border-color: rgb(67,4,30); }
td.TdClassName
{
border-color: #43041E;
}
.TagClassName
{
border-color: #43041E;
}
</style>