Shades of Blackberry #26041D
Tints of Blackberry #26041D
RGB
CMYK
RGB Variations
Color information
#26041D (or 0x26041D) is known color: Blackberry. HEX triplet: 26, 04 and 1D. RGB value is (38,4,29). Sum of RGB (Red+Green+Blue) = 38+4+29=71 (9% of max value = 765). Red value is 38 (15.23% from 255 or 53.52% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 38 - color contains mainly: red. Hex color #26041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26041D is #D9FBE2. Grayscale: #101010. Windows color (decimal): -14285795 or 1901606. OLE color: 1901606.
HSL color Cylindrical-coordinate representation of color #26041D: hue angle of 315.88º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #26041D is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 4 | 29 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.85 |
| HSL | 315.88º | 0.81% | 0.08% | - |
| HSV(B) | 315.88º | 0.89% | 0.15% | - |
| XYZ | 1.06 | 0.59 | 1.22 | - |
| YUV | 17.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 4 | 29 | 0 | 0.89 | 0.24 | 0.85 | 315.88 | 0.81 | 0.08 |
| Hex | 26 | 4 | 1D | 0 | 59 | 18 | 55 | 13C | 51 | 8 |
| Octal | 46 | 4 | 35 | 0 | 131 | 30 | 125 | 474 | 121 | 10 |
| Binary | 100110 | 100 | 11101 | 0 | 1011001 | 11000 | 1010101 | 100111100 | 1010001 | 1000 |
Color Harmonies of #26041D
Complementary color
Monochromatic Colors of #26041D
Black with #26041D
Text Example
Text Example
White with #26041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26041D; }
p { color: rgb(38,4,29); }
H1.HeaderClassName
{
color: #26041D;
}
.AnyTagClassName
{
color: #26041D;
}
</style>
background-color css
<style>
a { background-color: #26041D; }
a { background-color: rgb(38,4,29); }
div.DivClassName
{
background-color: #26041D;
}
.BgClassName
{
background-color: #26041D;
}
</style>
border-color css
<style>
span { border-color: #26041D; }
span { border-color: rgb(38,4,29); }
td.TdClassName
{
border-color: #26041D;
}
.TagClassName
{
border-color: #26041D;
}
</style>