Shades of Blackberry #43031B
Tints of Blackberry #43031B
RGB
CMYK
RGB Variations
Color information
#43031B (or 0x43031B) is known color: Blackberry. HEX triplet: 43, 03 and 1B. RGB value is (67,3,27). Sum of RGB (Red+Green+Blue) = 67+3+27=97 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.07% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 67 - color contains mainly: red. Hex color #43031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43031B is #BCFCE4. Grayscale: #181818. Windows color (decimal): -12385509 or 1770307. OLE color: 1770307.
HSL color Cylindrical-coordinate representation of color #43031B: hue angle of 337.5º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #43031B is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 3 | 27 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.74 |
| HSL | 337.5º | 0.91% | 0.14% | - |
| HSV(B) | 337.5º | 0.96% | 0.26% | - |
| XYZ | 2.55 | 1.34 | 1.16 | - |
| YUV | 24.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 27 | 0 | 0.96 | 0.60 | 0.74 | 337.5 | 0.91 | 0.14 |
| Hex | 43 | 3 | 1B | 0 | 60 | 3C | 4A | 152 | 5B | E |
| Octal | 103 | 3 | 33 | 0 | 140 | 74 | 112 | 522 | 133 | 16 |
| Binary | 1000011 | 11 | 11011 | 0 | 1100000 | 111100 | 1001010 | 101010010 | 1011011 | 1110 |
Color Harmonies of #43031B
Complementary color
Monochromatic Colors of #43031B
Black with #43031B
Text Example
Text Example
White with #43031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43031B; }
p { color: rgb(67,3,27); }
H1.HeaderClassName
{
color: #43031B;
}
.AnyTagClassName
{
color: #43031B;
}
</style>
background-color css
<style>
a { background-color: #43031B; }
a { background-color: rgb(67,3,27); }
div.DivClassName
{
background-color: #43031B;
}
.BgClassName
{
background-color: #43031B;
}
</style>
border-color css
<style>
span { border-color: #43031B; }
span { border-color: rgb(67,3,27); }
td.TdClassName
{
border-color: #43031B;
}
.TagClassName
{
border-color: #43031B;
}
</style>