Shades of Blackberry #260213
Tints of Blackberry #260213
RGB
CMYK
RGB Variations
Color information
#260213 (or 0x260213) is known color: Blackberry. HEX triplet: 26, 02 and 13. RGB value is (38,2,19). Sum of RGB (Red+Green+Blue) = 38+2+19=59 (7% of max value = 765). Red value is 38 (15.23% from 255 or 64.41% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 38 - color contains mainly: red. Hex color #260213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260213 is #D9FDEC. Grayscale: #0E0E0E. Windows color (decimal): -14286317 or 1245734. OLE color: 1245734.
HSL color Cylindrical-coordinate representation of color #260213: hue angle of 331.67º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260213 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 2 | 19 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.85 |
| HSL | 331.67º | 0.9% | 0.08% | - |
| HSV(B) | 331.67º | 0.95% | 0.15% | - |
| XYZ | 0.94 | 0.5 | 0.66 | - |
| YUV | 14.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 19 | 0 | 0.95 | 0.50 | 0.85 | 331.67 | 0.9 | 0.08 |
| Hex | 26 | 2 | 13 | 0 | 5F | 32 | 55 | 14C | 5A | 8 |
| Octal | 46 | 2 | 23 | 0 | 137 | 62 | 125 | 514 | 132 | 10 |
| Binary | 100110 | 10 | 10011 | 0 | 1011111 | 110010 | 1010101 | 101001100 | 1011010 | 1000 |
Color Harmonies of #260213
Complementary color
Monochromatic Colors of #260213
Black with #260213
Text Example
Text Example
White with #260213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260213; }
p { color: rgb(38,2,19); }
H1.HeaderClassName
{
color: #260213;
}
.AnyTagClassName
{
color: #260213;
}
</style>
background-color css
<style>
a { background-color: #260213; }
a { background-color: rgb(38,2,19); }
div.DivClassName
{
background-color: #260213;
}
.BgClassName
{
background-color: #260213;
}
</style>
border-color css
<style>
span { border-color: #260213; }
span { border-color: rgb(38,2,19); }
td.TdClassName
{
border-color: #260213;
}
.TagClassName
{
border-color: #260213;
}
</style>