Shades of Blackberry #260F1C
Tints of Blackberry #260F1C
RGB
CMYK
RGB Variations
Color information
#260F1C (or 0x260F1C) is known color: Blackberry. HEX triplet: 26, 0F and 1C. RGB value is (38,15,28). Sum of RGB (Red+Green+Blue) = 38+15+28=81 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.91% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 38 - color contains mainly: red. Hex color #260F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F1C is #D9F0E3. Grayscale: #171717. Windows color (decimal): -14282980 or 1838886. OLE color: 1838886.
HSL color Cylindrical-coordinate representation of color #260F1C: hue angle of 326.09º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #260F1C is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 15 | 28 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.85 |
| HSL | 326.09º | 0.43% | 0.1% | - |
| HSV(B) | 326.09º | 0.61% | 0.15% | - |
| XYZ | 1.18 | 0.84 | 1.2 | - |
| YUV | 23.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 28 | 0 | 0.61 | 0.26 | 0.85 | 326.09 | 0.43 | 0.1 |
| Hex | 26 | F | 1C | 0 | 3D | 1A | 55 | 146 | 2B | A |
| Octal | 46 | 17 | 34 | 0 | 75 | 32 | 125 | 506 | 53 | 12 |
| Binary | 100110 | 1111 | 11100 | 0 | 111101 | 11010 | 1010101 | 101000110 | 101011 | 1010 |
Color Harmonies of #260F1C
Complementary color
Monochromatic Colors of #260F1C
Black with #260F1C
Text Example
Text Example
White with #260F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F1C; }
p { color: rgb(38,15,28); }
H1.HeaderClassName
{
color: #260F1C;
}
.AnyTagClassName
{
color: #260F1C;
}
</style>
background-color css
<style>
a { background-color: #260F1C; }
a { background-color: rgb(38,15,28); }
div.DivClassName
{
background-color: #260F1C;
}
.BgClassName
{
background-color: #260F1C;
}
</style>
border-color css
<style>
span { border-color: #260F1C; }
span { border-color: rgb(38,15,28); }
td.TdClassName
{
border-color: #260F1C;
}
.TagClassName
{
border-color: #260F1C;
}
</style>