Shades of Blackberry #28011F
Tints of Blackberry #28011F
RGB
CMYK
RGB Variations
Color information
#28011F (or 0x28011F) is known color: Blackberry. HEX triplet: 28, 01 and 1F. RGB value is (40,1,31). Sum of RGB (Red+Green+Blue) = 40+1+31=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #28011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28011F is #D7FEE0. Grayscale: #101010. Windows color (decimal): -14155489 or 2031912. OLE color: 2031912.
HSL color Cylindrical-coordinate representation of color #28011F: hue angle of 313.85º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28011F is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 1 | 31 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.84 |
| HSL | 313.85º | 0.95% | 0.08% | - |
| HSV(B) | 313.85º | 0.98% | 0.16% | - |
| XYZ | 1.13 | 0.57 | 1.35 | - |
| YUV | 16.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 31 | 0 | 0.98 | 0.22 | 0.84 | 313.85 | 0.95 | 0.08 |
| Hex | 28 | 1 | 1F | 0 | 62 | 16 | 54 | 13A | 5F | 8 |
| Octal | 50 | 1 | 37 | 0 | 142 | 26 | 124 | 472 | 137 | 10 |
| Binary | 101000 | 1 | 11111 | 0 | 1100010 | 10110 | 1010100 | 100111010 | 1011111 | 1000 |
Color Harmonies of #28011F
Complementary color
Monochromatic Colors of #28011F
Black with #28011F
Text Example
Text Example
White with #28011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28011F; }
p { color: rgb(40,1,31); }
H1.HeaderClassName
{
color: #28011F;
}
.AnyTagClassName
{
color: #28011F;
}
</style>
background-color css
<style>
a { background-color: #28011F; }
a { background-color: rgb(40,1,31); }
div.DivClassName
{
background-color: #28011F;
}
.BgClassName
{
background-color: #28011F;
}
</style>
border-color css
<style>
span { border-color: #28011F; }
span { border-color: rgb(40,1,31); }
td.TdClassName
{
border-color: #28011F;
}
.TagClassName
{
border-color: #28011F;
}
</style>