Shades of Blackcurrant #260A36
Tints of Blackcurrant #260A36
RGB
CMYK
RGB Variations
Color information
#260A36 (or 0x260A36) is known color: Blackcurrant. HEX triplet: 26, 0A and 36. RGB value is (38,10,54). Sum of RGB (Red+Green+Blue) = 38+10+54=102 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.25% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 54 (21.48% from 255 or 52.94% from 102); Max value from RGB is 54 - color contains mainly: blue. Hex color #260A36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260A36 is #D9F5C9. Grayscale: #171717. Windows color (decimal): -14284234 or 3541542. OLE color: 3541542.
HSL color Cylindrical-coordinate representation of color #260A36: hue angle of 278.18º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #260A36 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 10 | 54 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.79 |
| HSL | 278.18º | 0.69% | 0.13% | - |
| HSV(B) | 278.18º | 0.81% | 0.21% | - |
| XYZ | 1.57 | 0.9 | 3.58 | - |
| YUV | 23.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 54 | 0.30 | 0.81 | 0 | 0.79 | 278.18 | 0.69 | 0.13 |
| Hex | 26 | A | 36 | 1E | 51 | 0 | 4F | 116 | 45 | D |
| Octal | 46 | 12 | 66 | 36 | 121 | 0 | 117 | 426 | 105 | 15 |
| Binary | 100110 | 1010 | 110110 | 11110 | 1010001 | 0 | 1001111 | 100010110 | 1000101 | 1101 |
Color Harmonies of #260A36
Complementary color
Monochromatic Colors of #260A36
Black with #260A36
Text Example
Text Example
White with #260A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260A36; }
p { color: rgb(38,10,54); }
H1.HeaderClassName
{
color: #260A36;
}
.AnyTagClassName
{
color: #260A36;
}
</style>
background-color css
<style>
a { background-color: #260A36; }
a { background-color: rgb(38,10,54); }
div.DivClassName
{
background-color: #260A36;
}
.BgClassName
{
background-color: #260A36;
}
</style>
border-color css
<style>
span { border-color: #260A36; }
span { border-color: rgb(38,10,54); }
td.TdClassName
{
border-color: #260A36;
}
.TagClassName
{
border-color: #260A36;
}
</style>