Shades of Blackberry #28001C
Tints of Blackberry #28001C
RGB
CMYK
RGB Variations
Color information
#28001C (or 0x28001C) is known color: Blackberry. HEX triplet: 28, 00 and 1C. RGB value is (40,0,28). Sum of RGB (Red+Green+Blue) = 40+0+28=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #28001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28001C is #D7FFE3. Grayscale: #0F0F0F. Windows color (decimal): -14155748 or 1835048. OLE color: 1835048.
HSL color Cylindrical-coordinate representation of color #28001C: hue angle of 318º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28001C is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.30 | 0.84 |
| HSL | 318º | 1% | 0.08% | - |
| HSV(B) | 318º | 1% | 0.16% | - |
| XYZ | 1.08 | 0.53 | 1.14 | - |
| YUV | 15.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 28 | 0 | 1 | 0.30 | 0.84 | 318 | 1 | 0.08 |
| Hex | 28 | 0 | 1C | 0 | 64 | 1E | 54 | 13E | 64 | 8 |
| Octal | 50 | 0 | 34 | 0 | 144 | 36 | 124 | 476 | 144 | 10 |
| Binary | 101000 | 0 | 11100 | 0 | 1100100 | 11110 | 1010100 | 100111110 | 1100100 | 1000 |
Color Harmonies of #28001C
Complementary color
Monochromatic Colors of #28001C
Black with #28001C
Text Example
Text Example
White with #28001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28001C; }
p { color: rgb(40,0,28); }
H1.HeaderClassName
{
color: #28001C;
}
.AnyTagClassName
{
color: #28001C;
}
</style>
background-color css
<style>
a { background-color: #28001C; }
a { background-color: rgb(40,0,28); }
div.DivClassName
{
background-color: #28001C;
}
.BgClassName
{
background-color: #28001C;
}
</style>
border-color css
<style>
span { border-color: #28001C; }
span { border-color: rgb(40,0,28); }
td.TdClassName
{
border-color: #28001C;
}
.TagClassName
{
border-color: #28001C;
}
</style>