Shades of Blackberry #431A36
Tints of Blackberry #431A36
RGB
CMYK
RGB Variations
Color information
#431A36 (or 0x431A36) is known color: Blackberry. HEX triplet: 43, 1A and 36. RGB value is (67,26,54). Sum of RGB (Red+Green+Blue) = 67+26+54=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 67 - color contains mainly: red. Hex color #431A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A36 is #BCE5C9. Grayscale: #292929. Windows color (decimal): -12379594 or 3545667. OLE color: 3545667.
HSL color Cylindrical-coordinate representation of color #431A36: hue angle of 319.02º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431A36 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 54 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.74 |
| HSL | 319.02º | 0.44% | 0.18% | - |
| HSV(B) | 319.02º | 0.61% | 0.26% | - |
| XYZ | 3.35 | 2.2 | 3.74 | - |
| YUV | 41.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 54 | 0 | 0.61 | 0.19 | 0.74 | 319.02 | 0.44 | 0.18 |
| Hex | 43 | 1A | 36 | 0 | 3D | 13 | 4A | 13F | 2C | 12 |
| Octal | 103 | 32 | 66 | 0 | 75 | 23 | 112 | 477 | 54 | 22 |
| Binary | 1000011 | 11010 | 110110 | 0 | 111101 | 10011 | 1001010 | 100111111 | 101100 | 10010 |
Color Harmonies of #431A36
Complementary color
Monochromatic Colors of #431A36
Black with #431A36
Text Example
Text Example
White with #431A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A36; }
p { color: rgb(67,26,54); }
H1.HeaderClassName
{
color: #431A36;
}
.AnyTagClassName
{
color: #431A36;
}
</style>
background-color css
<style>
a { background-color: #431A36; }
a { background-color: rgb(67,26,54); }
div.DivClassName
{
background-color: #431A36;
}
.BgClassName
{
background-color: #431A36;
}
</style>
border-color css
<style>
span { border-color: #431A36; }
span { border-color: rgb(67,26,54); }
td.TdClassName
{
border-color: #431A36;
}
.TagClassName
{
border-color: #431A36;
}
</style>