Shades of Blackberry #28131F
Tints of Blackberry #28131F
RGB
CMYK
RGB Variations
Color information
#28131F (or 0x28131F) is known color: Blackberry. HEX triplet: 28, 13 and 1F. RGB value is (40,19,31). Sum of RGB (Red+Green+Blue) = 40+19+31=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #28131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28131F is #D7ECE0. Grayscale: #1A1A1A. Windows color (decimal): -14150881 or 2036520. OLE color: 2036520.
HSL color Cylindrical-coordinate representation of color #28131F: hue angle of 325.71º 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 #28131F is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 19 | 31 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.84 |
| HSL | 325.71º | 0.36% | 0.12% | - |
| HSV(B) | 325.71º | 0.53% | 0.16% | - |
| XYZ | 1.36 | 1.02 | 1.42 | - |
| YUV | 26.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 31 | 0 | 0.52 | 0.22 | 0.84 | 325.71 | 0.36 | 0.12 |
| Hex | 28 | 13 | 1F | 0 | 34 | 16 | 54 | 146 | 24 | C |
| Octal | 50 | 23 | 37 | 0 | 64 | 26 | 124 | 506 | 44 | 14 |
| Binary | 101000 | 10011 | 11111 | 0 | 110100 | 10110 | 1010100 | 101000110 | 100100 | 1100 |
Color Harmonies of #28131F
Complementary color
Monochromatic Colors of #28131F
Black with #28131F
Text Example
Text Example
White with #28131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28131F; }
p { color: rgb(40,19,31); }
H1.HeaderClassName
{
color: #28131F;
}
.AnyTagClassName
{
color: #28131F;
}
</style>
background-color css
<style>
a { background-color: #28131F; }
a { background-color: rgb(40,19,31); }
div.DivClassName
{
background-color: #28131F;
}
.BgClassName
{
background-color: #28131F;
}
</style>
border-color css
<style>
span { border-color: #28131F; }
span { border-color: rgb(40,19,31); }
td.TdClassName
{
border-color: #28131F;
}
.TagClassName
{
border-color: #28131F;
}
</style>