Shades of Blackcurrant #260F3B
Tints of Blackcurrant #260F3B
RGB
CMYK
RGB Variations
Color information
#260F3B (or 0x260F3B) is known color: Blackcurrant. HEX triplet: 26, 0F and 3B. RGB value is (38,15,59). Sum of RGB (Red+Green+Blue) = 38+15+59=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #260F3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F3B is #D9F0C4. Grayscale: #1A1A1A. Windows color (decimal): -14282949 or 3870502. OLE color: 3870502.
HSL color Cylindrical-coordinate representation of color #260F3B: hue angle of 271.36º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #260F3B is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 38 | 15 | 59 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.77 |
| HSL | 271.36º | 0.59% | 0.15% | - |
| HSV(B) | 271.36º | 0.75% | 0.23% | - |
| XYZ | 1.76 | 1.07 | 4.25 | - |
| YUV | 26.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 59 | 0.36 | 0.75 | 0 | 0.77 | 271.36 | 0.59 | 0.15 |
| Hex | 26 | F | 3B | 24 | 4B | 0 | 4D | 10F | 3B | F |
| Octal | 46 | 17 | 73 | 44 | 113 | 0 | 115 | 417 | 73 | 17 |
| Binary | 100110 | 1111 | 111011 | 100100 | 1001011 | 0 | 1001101 | 100001111 | 111011 | 1111 |
Color Harmonies of #260F3B
Complementary color
Monochromatic Colors of #260F3B
Black with #260F3B
Text Example
Text Example
White with #260F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F3B; }
p { color: rgb(38,15,59); }
H1.HeaderClassName
{
color: #260F3B;
}
.AnyTagClassName
{
color: #260F3B;
}
</style>
background-color css
<style>
a { background-color: #260F3B; }
a { background-color: rgb(38,15,59); }
div.DivClassName
{
background-color: #260F3B;
}
.BgClassName
{
background-color: #260F3B;
}
</style>
border-color css
<style>
span { border-color: #260F3B; }
span { border-color: rgb(38,15,59); }
td.TdClassName
{
border-color: #260F3B;
}
.TagClassName
{
border-color: #260F3B;
}
</style>