Shades of Blackcurrant #260341
Tints of Blackcurrant #260341
RGB
CMYK
RGB Variations
Color information
#260341 (or 0x260341) is known color: Blackcurrant. HEX triplet: 26, 03 and 41. RGB value is (38,3,65). Sum of RGB (Red+Green+Blue) = 38+3+65=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #260341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260341 is #D9FCBE. Grayscale: #141414. Windows color (decimal): -14286015 or 4260646. OLE color: 4260646.
HSL color Cylindrical-coordinate representation of color #260341: hue angle of 273.87º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260341 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 3 | 65 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.75 |
| HSL | 273.87º | 0.91% | 0.13% | - |
| HSV(B) | 273.87º | 0.95% | 0.25% | - |
| XYZ | 1.79 | 0.86 | 5.07 | - |
| YUV | 20.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 65 | 0.42 | 0.95 | 0 | 0.75 | 273.87 | 0.91 | 0.13 |
| Hex | 26 | 3 | 41 | 2A | 5F | 0 | 4B | 112 | 5B | D |
| Octal | 46 | 3 | 101 | 52 | 137 | 0 | 113 | 422 | 133 | 15 |
| Binary | 100110 | 11 | 1000001 | 101010 | 1011111 | 0 | 1001011 | 100010010 | 1011011 | 1101 |
Color Harmonies of #260341
Complementary color
Monochromatic Colors of #260341
Black with #260341
Text Example
Text Example
White with #260341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260341; }
p { color: rgb(38,3,65); }
H1.HeaderClassName
{
color: #260341;
}
.AnyTagClassName
{
color: #260341;
}
</style>
background-color css
<style>
a { background-color: #260341; }
a { background-color: rgb(38,3,65); }
div.DivClassName
{
background-color: #260341;
}
.BgClassName
{
background-color: #260341;
}
</style>
border-color css
<style>
span { border-color: #260341; }
span { border-color: rgb(38,3,65); }
td.TdClassName
{
border-color: #260341;
}
.TagClassName
{
border-color: #260341;
}
</style>