Shades of Blackberry #26011B
Tints of Blackberry #26011B
RGB
CMYK
RGB Variations
Color information
#26011B (or 0x26011B) is known color: Blackberry. HEX triplet: 26, 01 and 1B. RGB value is (38,1,27). Sum of RGB (Red+Green+Blue) = 38+1+27=66 (8% of max value = 765). Red value is 38 (15.23% from 255 or 57.58% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 38 - color contains mainly: red. Hex color #26011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26011B is #D9FEE4. Grayscale: #0E0E0E. Windows color (decimal): -14286565 or 1769766. OLE color: 1769766.
HSL color Cylindrical-coordinate representation of color #26011B: hue angle of 317.84º 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 #26011B is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 1 | 27 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.85 |
| HSL | 317.84º | 0.95% | 0.08% | - |
| HSV(B) | 317.84º | 0.97% | 0.15% | - |
| XYZ | 1.01 | 0.51 | 1.08 | - |
| YUV | 15.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 27 | 0 | 0.97 | 0.29 | 0.85 | 317.84 | 0.95 | 0.08 |
| Hex | 26 | 1 | 1B | 0 | 61 | 1D | 55 | 13E | 5F | 8 |
| Octal | 46 | 1 | 33 | 0 | 141 | 35 | 125 | 476 | 137 | 10 |
| Binary | 100110 | 1 | 11011 | 0 | 1100001 | 11101 | 1010101 | 100111110 | 1011111 | 1000 |
Color Harmonies of #26011B
Complementary color
Monochromatic Colors of #26011B
Black with #26011B
Text Example
Text Example
White with #26011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26011B; }
p { color: rgb(38,1,27); }
H1.HeaderClassName
{
color: #26011B;
}
.AnyTagClassName
{
color: #26011B;
}
</style>
background-color css
<style>
a { background-color: #26011B; }
a { background-color: rgb(38,1,27); }
div.DivClassName
{
background-color: #26011B;
}
.BgClassName
{
background-color: #26011B;
}
</style>
border-color css
<style>
span { border-color: #26011B; }
span { border-color: rgb(38,1,27); }
td.TdClassName
{
border-color: #26011B;
}
.TagClassName
{
border-color: #26011B;
}
</style>