Shades of Blackberry #260A1B
Tints of Blackberry #260A1B
RGB
CMYK
RGB Variations
Color information
#260A1B (or 0x260A1B) is known color: Blackberry. HEX triplet: 26, 0A and 1B. RGB value is (38,10,27). Sum of RGB (Red+Green+Blue) = 38+10+27=75 (9% of max value = 765). Red value is 38 (15.23% from 255 or 50.67% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 38 - color contains mainly: red. Hex color #260A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260A1B is #D9F5E4. Grayscale: #141414. Windows color (decimal): -14284261 or 1772070. OLE color: 1772070.
HSL color Cylindrical-coordinate representation of color #260A1B: hue angle of 323.57º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #260A1B is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 10 | 27 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.85 |
| HSL | 323.57º | 0.58% | 0.09% | - |
| HSV(B) | 323.57º | 0.74% | 0.15% | - |
| XYZ | 1.11 | 0.71 | 1.12 | - |
| YUV | 20.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 27 | 0 | 0.74 | 0.29 | 0.85 | 323.57 | 0.58 | 0.09 |
| Hex | 26 | A | 1B | 0 | 4A | 1D | 55 | 144 | 3A | 9 |
| Octal | 46 | 12 | 33 | 0 | 112 | 35 | 125 | 504 | 72 | 11 |
| Binary | 100110 | 1010 | 11011 | 0 | 1001010 | 11101 | 1010101 | 101000100 | 111010 | 1001 |
Color Harmonies of #260A1B
Complementary color
Monochromatic Colors of #260A1B
Black with #260A1B
Text Example
Text Example
White with #260A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260A1B; }
p { color: rgb(38,10,27); }
H1.HeaderClassName
{
color: #260A1B;
}
.AnyTagClassName
{
color: #260A1B;
}
</style>
background-color css
<style>
a { background-color: #260A1B; }
a { background-color: rgb(38,10,27); }
div.DivClassName
{
background-color: #260A1B;
}
.BgClassName
{
background-color: #260A1B;
}
</style>
border-color css
<style>
span { border-color: #260A1B; }
span { border-color: rgb(38,10,27); }
td.TdClassName
{
border-color: #260A1B;
}
.TagClassName
{
border-color: #260A1B;
}
</style>