Shades of Blackberry #43172E
Tints of Blackberry #43172E
RGB
CMYK
RGB Variations
Color information
#43172E (or 0x43172E) is known color: Blackberry. HEX triplet: 43, 17 and 2E. RGB value is (67,23,46). Sum of RGB (Red+Green+Blue) = 67+23+46=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #43172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43172E is #BCE8D1. Grayscale: #262626. Windows color (decimal): -12380370 or 3020611. OLE color: 3020611.
HSL color Cylindrical-coordinate representation of color #43172E: hue angle of 328.64º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43172E is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 23 | 46 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.74 |
| HSL | 328.64º | 0.49% | 0.18% | - |
| HSV(B) | 328.64º | 0.66% | 0.26% | - |
| XYZ | 3.11 | 2 | 2.81 | - |
| YUV | 38.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 23 | 46 | 0 | 0.66 | 0.31 | 0.74 | 328.64 | 0.49 | 0.18 |
| Hex | 43 | 17 | 2E | 0 | 42 | 1F | 4A | 149 | 31 | 12 |
| Octal | 103 | 27 | 56 | 0 | 102 | 37 | 112 | 511 | 61 | 22 |
| Binary | 1000011 | 10111 | 101110 | 0 | 1000010 | 11111 | 1001010 | 101001001 | 110001 | 10010 |
Color Harmonies of #43172E
Complementary color
Monochromatic Colors of #43172E
Black with #43172E
Text Example
Text Example
White with #43172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43172E; }
p { color: rgb(67,23,46); }
H1.HeaderClassName
{
color: #43172E;
}
.AnyTagClassName
{
color: #43172E;
}
</style>
background-color css
<style>
a { background-color: #43172E; }
a { background-color: rgb(67,23,46); }
div.DivClassName
{
background-color: #43172E;
}
.BgClassName
{
background-color: #43172E;
}
</style>
border-color css
<style>
span { border-color: #43172E; }
span { border-color: rgb(67,23,46); }
td.TdClassName
{
border-color: #43172E;
}
.TagClassName
{
border-color: #43172E;
}
</style>