Shades of Blackberry #43172F
Tints of Blackberry #43172F
RGB
CMYK
RGB Variations
Color information
#43172F (or 0x43172F) is known color: Blackberry. HEX triplet: 43, 17 and 2F. RGB value is (67,23,47). Sum of RGB (Red+Green+Blue) = 67+23+47=137 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.91% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 67 - color contains mainly: red. Hex color #43172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43172F is #BCE8D0. Grayscale: #262626. Windows color (decimal): -12380369 or 3086147. OLE color: 3086147.
HSL color Cylindrical-coordinate representation of color #43172F: hue angle of 327.27º 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 #43172F is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 23 | 47 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.74 |
| HSL | 327.27º | 0.49% | 0.18% | - |
| HSV(B) | 327.27º | 0.66% | 0.26% | - |
| XYZ | 3.13 | 2.01 | 2.91 | - |
| YUV | 38.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 23 | 47 | 0 | 0.66 | 0.30 | 0.74 | 327.27 | 0.49 | 0.18 |
| Hex | 43 | 17 | 2F | 0 | 42 | 1E | 4A | 147 | 31 | 12 |
| Octal | 103 | 27 | 57 | 0 | 102 | 36 | 112 | 507 | 61 | 22 |
| Binary | 1000011 | 10111 | 101111 | 0 | 1000010 | 11110 | 1001010 | 101000111 | 110001 | 10010 |
Color Harmonies of #43172F
Complementary color
Monochromatic Colors of #43172F
Black with #43172F
Text Example
Text Example
White with #43172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43172F; }
p { color: rgb(67,23,47); }
H1.HeaderClassName
{
color: #43172F;
}
.AnyTagClassName
{
color: #43172F;
}
</style>
background-color css
<style>
a { background-color: #43172F; }
a { background-color: rgb(67,23,47); }
div.DivClassName
{
background-color: #43172F;
}
.BgClassName
{
background-color: #43172F;
}
</style>
border-color css
<style>
span { border-color: #43172F; }
span { border-color: rgb(67,23,47); }
td.TdClassName
{
border-color: #43172F;
}
.TagClassName
{
border-color: #43172F;
}
</style>