Shades of Blackberry #43172D
Tints of Blackberry #43172D
RGB
CMYK
RGB Variations
Color information
#43172D (or 0x43172D) is known color: Blackberry. HEX triplet: 43, 17 and 2D. RGB value is (67,23,45). Sum of RGB (Red+Green+Blue) = 67+23+45=135 (17% of max value = 765). Red value is 67 (26.56% from 255 or 49.63% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 67 - color contains mainly: red. Hex color #43172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43172D is #BCE8D2. Grayscale: #262626. Windows color (decimal): -12380371 or 2955075. OLE color: 2955075.
HSL color Cylindrical-coordinate representation of color #43172D: hue angle of 330º 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 #43172D is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 23 | 45 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.74 |
| HSL | 330º | 0.49% | 0.18% | - |
| HSV(B) | 330º | 0.66% | 0.26% | - |
| XYZ | 3.09 | 2 | 2.7 | - |
| YUV | 38.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 23 | 45 | 0 | 0.66 | 0.33 | 0.74 | 330 | 0.49 | 0.18 |
| Hex | 43 | 17 | 2D | 0 | 42 | 21 | 4A | 14A | 31 | 12 |
| Octal | 103 | 27 | 55 | 0 | 102 | 41 | 112 | 512 | 61 | 22 |
| Binary | 1000011 | 10111 | 101101 | 0 | 1000010 | 100001 | 1001010 | 101001010 | 110001 | 10010 |
Color Harmonies of #43172D
Complementary color
Monochromatic Colors of #43172D
Black with #43172D
Text Example
Text Example
White with #43172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43172D; }
p { color: rgb(67,23,45); }
H1.HeaderClassName
{
color: #43172D;
}
.AnyTagClassName
{
color: #43172D;
}
</style>
background-color css
<style>
a { background-color: #43172D; }
a { background-color: rgb(67,23,45); }
div.DivClassName
{
background-color: #43172D;
}
.BgClassName
{
background-color: #43172D;
}
</style>
border-color css
<style>
span { border-color: #43172D; }
span { border-color: rgb(67,23,45); }
td.TdClassName
{
border-color: #43172D;
}
.TagClassName
{
border-color: #43172D;
}
</style>