Shades of Blackberry #26061C
Tints of Blackberry #26061C
RGB
CMYK
RGB Variations
Color information
#26061C (or 0x26061C) is known color: Blackberry. HEX triplet: 26, 06 and 1C. RGB value is (38,6,28). Sum of RGB (Red+Green+Blue) = 38+6+28=72 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.78% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 38 - color contains mainly: red. Hex color #26061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26061C is #D9F9E3. Grayscale: #121212. Windows color (decimal): -14285284 or 1836582. OLE color: 1836582.
HSL color Cylindrical-coordinate representation of color #26061C: hue angle of 318.75º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26061C is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 6 | 28 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.85 |
| HSL | 318.75º | 0.73% | 0.09% | - |
| HSV(B) | 318.75º | 0.84% | 0.15% | - |
| XYZ | 1.07 | 0.63 | 1.16 | - |
| YUV | 18.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 6 | 28 | 0 | 0.84 | 0.26 | 0.85 | 318.75 | 0.73 | 0.09 |
| Hex | 26 | 6 | 1C | 0 | 54 | 1A | 55 | 13F | 49 | 9 |
| Octal | 46 | 6 | 34 | 0 | 124 | 32 | 125 | 477 | 111 | 11 |
| Binary | 100110 | 110 | 11100 | 0 | 1010100 | 11010 | 1010101 | 100111111 | 1001001 | 1001 |
Color Harmonies of #26061C
Complementary color
Monochromatic Colors of #26061C
Black with #26061C
Text Example
Text Example
White with #26061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26061C; }
p { color: rgb(38,6,28); }
H1.HeaderClassName
{
color: #26061C;
}
.AnyTagClassName
{
color: #26061C;
}
</style>
background-color css
<style>
a { background-color: #26061C; }
a { background-color: rgb(38,6,28); }
div.DivClassName
{
background-color: #26061C;
}
.BgClassName
{
background-color: #26061C;
}
</style>
border-color css
<style>
span { border-color: #26061C; }
span { border-color: rgb(38,6,28); }
td.TdClassName
{
border-color: #26061C;
}
.TagClassName
{
border-color: #26061C;
}
</style>