Shades of Blackberry #280C1F
Tints of Blackberry #280C1F
RGB
CMYK
RGB Variations
Color information
#280C1F (or 0x280C1F) is known color: Blackberry. HEX triplet: 28, 0C and 1F. RGB value is (40,12,31). Sum of RGB (Red+Green+Blue) = 40+12+31=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 40 - color contains mainly: red. Hex color #280C1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C1F is #D7F3E0. Grayscale: #161616. Windows color (decimal): -14152673 or 2034728. OLE color: 2034728.
HSL color Cylindrical-coordinate representation of color #280C1F: hue angle of 319.29º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #280C1F is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 12 | 31 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.84 |
| HSL | 319.29º | 0.54% | 0.1% | - |
| HSV(B) | 319.29º | 0.7% | 0.16% | - |
| XYZ | 1.25 | 0.81 | 1.39 | - |
| YUV | 22.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 31 | 0 | 0.70 | 0.22 | 0.84 | 319.29 | 0.54 | 0.1 |
| Hex | 28 | C | 1F | 0 | 46 | 16 | 54 | 13F | 36 | A |
| Octal | 50 | 14 | 37 | 0 | 106 | 26 | 124 | 477 | 66 | 12 |
| Binary | 101000 | 1100 | 11111 | 0 | 1000110 | 10110 | 1010100 | 100111111 | 110110 | 1010 |
Color Harmonies of #280C1F
Complementary color
Monochromatic Colors of #280C1F
Black with #280C1F
Text Example
Text Example
White with #280C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C1F; }
p { color: rgb(40,12,31); }
H1.HeaderClassName
{
color: #280C1F;
}
.AnyTagClassName
{
color: #280C1F;
}
</style>
background-color css
<style>
a { background-color: #280C1F; }
a { background-color: rgb(40,12,31); }
div.DivClassName
{
background-color: #280C1F;
}
.BgClassName
{
background-color: #280C1F;
}
</style>
border-color css
<style>
span { border-color: #280C1F; }
span { border-color: rgb(40,12,31); }
td.TdClassName
{
border-color: #280C1F;
}
.TagClassName
{
border-color: #280C1F;
}
</style>