Shades of Blackberry #43182E
Tints of Blackberry #43182E
RGB
CMYK
RGB Variations
Color information
#43182E (or 0x43182E) is known color: Blackberry. HEX triplet: 43, 18 and 2E. RGB value is (67,24,46). Sum of RGB (Red+Green+Blue) = 67+24+46=137 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.91% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 67 - color contains mainly: red. Hex color #43182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43182E is #BCE7D1. Grayscale: #272727. Windows color (decimal): -12380114 or 3020867. OLE color: 3020867.
HSL color Cylindrical-coordinate representation of color #43182E: hue angle of 329.3º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43182E is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 24 | 46 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.74 |
| HSL | 329.3º | 0.47% | 0.18% | - |
| HSV(B) | 329.3º | 0.64% | 0.26% | - |
| XYZ | 3.13 | 2.04 | 2.81 | - |
| YUV | 39.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 46 | 0 | 0.64 | 0.31 | 0.74 | 329.3 | 0.47 | 0.18 |
| Hex | 43 | 18 | 2E | 0 | 40 | 1F | 4A | 149 | 2F | 12 |
| Octal | 103 | 30 | 56 | 0 | 100 | 37 | 112 | 511 | 57 | 22 |
| Binary | 1000011 | 11000 | 101110 | 0 | 1000000 | 11111 | 1001010 | 101001001 | 101111 | 10010 |
Color Harmonies of #43182E
Complementary color
Monochromatic Colors of #43182E
Black with #43182E
Text Example
Text Example
White with #43182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43182E; }
p { color: rgb(67,24,46); }
H1.HeaderClassName
{
color: #43182E;
}
.AnyTagClassName
{
color: #43182E;
}
</style>
background-color css
<style>
a { background-color: #43182E; }
a { background-color: rgb(67,24,46); }
div.DivClassName
{
background-color: #43182E;
}
.BgClassName
{
background-color: #43182E;
}
</style>
border-color css
<style>
span { border-color: #43182E; }
span { border-color: rgb(67,24,46); }
td.TdClassName
{
border-color: #43182E;
}
.TagClassName
{
border-color: #43182E;
}
</style>