Shades of Blackcurrant #260A3F
Tints of Blackcurrant #260A3F
RGB
CMYK
RGB Variations
Color information
#260A3F (or 0x260A3F) is known color: Blackcurrant. HEX triplet: 26, 0A and 3F. RGB value is (38,10,63). Sum of RGB (Red+Green+Blue) = 38+10+63=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #260A3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260A3F is #D9F5C0. Grayscale: #181818. Windows color (decimal): -14284225 or 4131366. OLE color: 4131366.
HSL color Cylindrical-coordinate representation of color #260A3F: hue angle of 271.7º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #260A3F is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 10 | 63 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.75 |
| HSL | 271.7º | 0.73% | 0.14% | - |
| HSV(B) | 271.7º | 0.84% | 0.25% | - |
| XYZ | 1.81 | 0.99 | 4.8 | - |
| YUV | 24.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 63 | 0.40 | 0.84 | 0 | 0.75 | 271.7 | 0.73 | 0.14 |
| Hex | 26 | A | 3F | 28 | 54 | 0 | 4B | 110 | 49 | E |
| Octal | 46 | 12 | 77 | 50 | 124 | 0 | 113 | 420 | 111 | 16 |
| Binary | 100110 | 1010 | 111111 | 101000 | 1010100 | 0 | 1001011 | 100010000 | 1001001 | 1110 |
Color Harmonies of #260A3F
Complementary color
Monochromatic Colors of #260A3F
Black with #260A3F
Text Example
Text Example
White with #260A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260A3F; }
p { color: rgb(38,10,63); }
H1.HeaderClassName
{
color: #260A3F;
}
.AnyTagClassName
{
color: #260A3F;
}
</style>
background-color css
<style>
a { background-color: #260A3F; }
a { background-color: rgb(38,10,63); }
div.DivClassName
{
background-color: #260A3F;
}
.BgClassName
{
background-color: #260A3F;
}
</style>
border-color css
<style>
span { border-color: #260A3F; }
span { border-color: rgb(38,10,63); }
td.TdClassName
{
border-color: #260A3F;
}
.TagClassName
{
border-color: #260A3F;
}
</style>