Shades of Blackberry #26011D
Tints of Blackberry #26011D
RGB
CMYK
RGB Variations
Color information
#26011D (or 0x26011D) is known color: Blackberry. HEX triplet: 26, 01 and 1D. RGB value is (38,1,29). Sum of RGB (Red+Green+Blue) = 38+1+29=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #26011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26011D is #D9FEE2. Grayscale: #0F0F0F. Windows color (decimal): -14286563 or 1900838. OLE color: 1900838.
HSL color Cylindrical-coordinate representation of color #26011D: hue angle of 314.59º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #26011D is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 1 | 29 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.85 |
| HSL | 314.59º | 0.95% | 0.08% | - |
| HSV(B) | 314.59º | 0.97% | 0.15% | - |
| XYZ | 1.03 | 0.52 | 1.21 | - |
| YUV | 15.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 29 | 0 | 0.97 | 0.24 | 0.85 | 314.59 | 0.95 | 0.08 |
| Hex | 26 | 1 | 1D | 0 | 61 | 18 | 55 | 13B | 5F | 8 |
| Octal | 46 | 1 | 35 | 0 | 141 | 30 | 125 | 473 | 137 | 10 |
| Binary | 100110 | 1 | 11101 | 0 | 1100001 | 11000 | 1010101 | 100111011 | 1011111 | 1000 |
Color Harmonies of #26011D
Complementary color
Monochromatic Colors of #26011D
Black with #26011D
Text Example
Text Example
White with #26011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26011D; }
p { color: rgb(38,1,29); }
H1.HeaderClassName
{
color: #26011D;
}
.AnyTagClassName
{
color: #26011D;
}
</style>
background-color css
<style>
a { background-color: #26011D; }
a { background-color: rgb(38,1,29); }
div.DivClassName
{
background-color: #26011D;
}
.BgClassName
{
background-color: #26011D;
}
</style>
border-color css
<style>
span { border-color: #26011D; }
span { border-color: rgb(38,1,29); }
td.TdClassName
{
border-color: #26011D;
}
.TagClassName
{
border-color: #26011D;
}
</style>