Shades of Blackberry #431C2E
Tints of Blackberry #431C2E
RGB
CMYK
RGB Variations
Color information
#431C2E (or 0x431C2E) is known color: Blackberry. HEX triplet: 43, 1C and 2E. RGB value is (67,28,46). Sum of RGB (Red+Green+Blue) = 67+28+46=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #431C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431C2E is #BCE3D1. Grayscale: #292929. Windows color (decimal): -12379090 or 3021891. OLE color: 3021891.
HSL color Cylindrical-coordinate representation of color #431C2E: hue angle of 332.31º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #431C2E is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 28 | 46 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.74 |
| HSL | 332.31º | 0.41% | 0.19% | - |
| HSV(B) | 332.31º | 0.58% | 0.26% | - |
| XYZ | 3.22 | 2.22 | 2.84 | - |
| YUV | 41.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 46 | 0 | 0.58 | 0.31 | 0.74 | 332.31 | 0.41 | 0.19 |
| Hex | 43 | 1C | 2E | 0 | 3A | 1F | 4A | 14C | 29 | 13 |
| Octal | 103 | 34 | 56 | 0 | 72 | 37 | 112 | 514 | 51 | 23 |
| Binary | 1000011 | 11100 | 101110 | 0 | 111010 | 11111 | 1001010 | 101001100 | 101001 | 10011 |
Color Harmonies of #431C2E
Complementary color
Monochromatic Colors of #431C2E
Black with #431C2E
Text Example
Text Example
White with #431C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C2E; }
p { color: rgb(67,28,46); }
H1.HeaderClassName
{
color: #431C2E;
}
.AnyTagClassName
{
color: #431C2E;
}
</style>
background-color css
<style>
a { background-color: #431C2E; }
a { background-color: rgb(67,28,46); }
div.DivClassName
{
background-color: #431C2E;
}
.BgClassName
{
background-color: #431C2E;
}
</style>
border-color css
<style>
span { border-color: #431C2E; }
span { border-color: rgb(67,28,46); }
td.TdClassName
{
border-color: #431C2E;
}
.TagClassName
{
border-color: #431C2E;
}
</style>