Shades of Blackberry #28131D
Tints of Blackberry #28131D
RGB
CMYK
RGB Variations
Color information
#28131D (or 0x28131D) is known color: Blackberry. HEX triplet: 28, 13 and 1D. RGB value is (40,19,29). Sum of RGB (Red+Green+Blue) = 40+19+29=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 40 - color contains mainly: red. Hex color #28131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28131D is #D7ECE2. Grayscale: #1A1A1A. Windows color (decimal): -14150883 or 1905448. OLE color: 1905448.
HSL color Cylindrical-coordinate representation of color #28131D: hue angle of 331.43º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #28131D is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 19 | 29 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.84 |
| HSL | 331.43º | 0.36% | 0.12% | - |
| HSV(B) | 331.43º | 0.53% | 0.16% | - |
| XYZ | 1.33 | 1.01 | 1.29 | - |
| YUV | 26.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 29 | 0 | 0.52 | 0.28 | 0.84 | 331.43 | 0.36 | 0.12 |
| Hex | 28 | 13 | 1D | 0 | 34 | 1C | 54 | 14B | 24 | C |
| Octal | 50 | 23 | 35 | 0 | 64 | 34 | 124 | 513 | 44 | 14 |
| Binary | 101000 | 10011 | 11101 | 0 | 110100 | 11100 | 1010100 | 101001011 | 100100 | 1100 |
Color Harmonies of #28131D
Complementary color
Monochromatic Colors of #28131D
Black with #28131D
Text Example
Text Example
White with #28131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28131D; }
p { color: rgb(40,19,29); }
H1.HeaderClassName
{
color: #28131D;
}
.AnyTagClassName
{
color: #28131D;
}
</style>
background-color css
<style>
a { background-color: #28131D; }
a { background-color: rgb(40,19,29); }
div.DivClassName
{
background-color: #28131D;
}
.BgClassName
{
background-color: #28131D;
}
</style>
border-color css
<style>
span { border-color: #28131D; }
span { border-color: rgb(40,19,29); }
td.TdClassName
{
border-color: #28131D;
}
.TagClassName
{
border-color: #28131D;
}
</style>