Shades of Blackberry #26121D
Tints of Blackberry #26121D
RGB
CMYK
RGB Variations
Color information
#26121D (or 0x26121D) is known color: Blackberry. HEX triplet: 26, 12 and 1D. RGB value is (38,18,29). Sum of RGB (Red+Green+Blue) = 38+18+29=85 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.71% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 38 - color contains mainly: red. Hex color #26121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26121D is #D9EDE2. Grayscale: #191919. Windows color (decimal): -14282211 or 1905190. OLE color: 1905190.
HSL color Cylindrical-coordinate representation of color #26121D: hue angle of 327º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #26121D is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 18 | 29 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.85 |
| HSL | 327º | 0.36% | 0.11% | - |
| HSV(B) | 327º | 0.53% | 0.15% | - |
| XYZ | 1.24 | 0.93 | 1.28 | - |
| YUV | 25.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 18 | 29 | 0 | 0.53 | 0.24 | 0.85 | 327 | 0.36 | 0.11 |
| Hex | 26 | 12 | 1D | 0 | 35 | 18 | 55 | 147 | 24 | B |
| Octal | 46 | 22 | 35 | 0 | 65 | 30 | 125 | 507 | 44 | 13 |
| Binary | 100110 | 10010 | 11101 | 0 | 110101 | 11000 | 1010101 | 101000111 | 100100 | 1011 |
Color Harmonies of #26121D
Complementary color
Monochromatic Colors of #26121D
Black with #26121D
Text Example
Text Example
White with #26121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26121D; }
p { color: rgb(38,18,29); }
H1.HeaderClassName
{
color: #26121D;
}
.AnyTagClassName
{
color: #26121D;
}
</style>
background-color css
<style>
a { background-color: #26121D; }
a { background-color: rgb(38,18,29); }
div.DivClassName
{
background-color: #26121D;
}
.BgClassName
{
background-color: #26121D;
}
</style>
border-color css
<style>
span { border-color: #26121D; }
span { border-color: rgb(38,18,29); }
td.TdClassName
{
border-color: #26121D;
}
.TagClassName
{
border-color: #26121D;
}
</style>