Shades of Blackberry #28151F
Tints of Blackberry #28151F
RGB
CMYK
RGB Variations
Color information
#28151F (or 0x28151F) is known color: Blackberry. HEX triplet: 28, 15 and 1F. RGB value is (40,21,31). Sum of RGB (Red+Green+Blue) = 40+21+31=92 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.48% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 40 - color contains mainly: red. Hex color #28151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28151F is #D7EAE0. Grayscale: #1B1B1B. Windows color (decimal): -14150369 or 2037032. OLE color: 2037032.
HSL color Cylindrical-coordinate representation of color #28151F: hue angle of 328.42º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #28151F is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 21 | 31 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.84 |
| HSL | 328.42º | 0.31% | 0.12% | - |
| HSV(B) | 328.42º | 0.48% | 0.16% | - |
| XYZ | 1.39 | 1.09 | 1.43 | - |
| YUV | 27.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 31 | 0 | 0.48 | 0.22 | 0.84 | 328.42 | 0.31 | 0.12 |
| Hex | 28 | 15 | 1F | 0 | 30 | 16 | 54 | 148 | 1F | C |
| Octal | 50 | 25 | 37 | 0 | 60 | 26 | 124 | 510 | 37 | 14 |
| Binary | 101000 | 10101 | 11111 | 0 | 110000 | 10110 | 1010100 | 101001000 | 11111 | 1100 |
Color Harmonies of #28151F
Complementary color
Monochromatic Colors of #28151F
Black with #28151F
Text Example
Text Example
White with #28151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28151F; }
p { color: rgb(40,21,31); }
H1.HeaderClassName
{
color: #28151F;
}
.AnyTagClassName
{
color: #28151F;
}
</style>
background-color css
<style>
a { background-color: #28151F; }
a { background-color: rgb(40,21,31); }
div.DivClassName
{
background-color: #28151F;
}
.BgClassName
{
background-color: #28151F;
}
</style>
border-color css
<style>
span { border-color: #28151F; }
span { border-color: rgb(40,21,31); }
td.TdClassName
{
border-color: #28151F;
}
.TagClassName
{
border-color: #28151F;
}
</style>