Shades of Blackberry #431023
Tints of Blackberry #431023
RGB
CMYK
RGB Variations
Color information
#431023 (or 0x431023) is known color: Blackberry. HEX triplet: 43, 10 and 23. RGB value is (67,16,35). Sum of RGB (Red+Green+Blue) = 67+16+35=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #431023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431023 is #BCEFDC. Grayscale: #212121. Windows color (decimal): -12382173 or 2297923. OLE color: 2297923.
HSL color Cylindrical-coordinate representation of color #431023: hue angle of 337.65º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431023 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 16 | 35 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.74 |
| HSL | 337.65º | 0.61% | 0.16% | - |
| HSV(B) | 337.65º | 0.76% | 0.26% | - |
| XYZ | 2.8 | 1.69 | 1.77 | - |
| YUV | 33.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 16 | 35 | 0 | 0.76 | 0.48 | 0.74 | 337.65 | 0.61 | 0.16 |
| Hex | 43 | 10 | 23 | 0 | 4C | 30 | 4A | 152 | 3D | 10 |
| Octal | 103 | 20 | 43 | 0 | 114 | 60 | 112 | 522 | 75 | 20 |
| Binary | 1000011 | 10000 | 100011 | 0 | 1001100 | 110000 | 1001010 | 101010010 | 111101 | 10000 |
Color Harmonies of #431023
Complementary color
Monochromatic Colors of #431023
Black with #431023
Text Example
Text Example
White with #431023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431023; }
p { color: rgb(67,16,35); }
H1.HeaderClassName
{
color: #431023;
}
.AnyTagClassName
{
color: #431023;
}
</style>
background-color css
<style>
a { background-color: #431023; }
a { background-color: rgb(67,16,35); }
div.DivClassName
{
background-color: #431023;
}
.BgClassName
{
background-color: #431023;
}
</style>
border-color css
<style>
span { border-color: #431023; }
span { border-color: rgb(67,16,35); }
td.TdClassName
{
border-color: #431023;
}
.TagClassName
{
border-color: #431023;
}
</style>