Shades of Blackcurrant #260A35
Tints of Blackcurrant #260A35
RGB
CMYK
RGB Variations
Color information
#260A35 (or 0x260A35) is known color: Blackcurrant. HEX triplet: 26, 0A and 35. RGB value is (38,10,53). Sum of RGB (Red+Green+Blue) = 38+10+53=101 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.62% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 53 (21.09% from 255 or 52.48% from 101); Max value from RGB is 53 - color contains mainly: blue. Hex color #260A35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260A35 is #D9F5CA. Grayscale: #171717. Windows color (decimal): -14284235 or 3476006. OLE color: 3476006.
HSL color Cylindrical-coordinate representation of color #260A35: hue angle of 279.07º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #260A35 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 10 | 53 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.79 |
| HSL | 279.07º | 0.68% | 0.12% | - |
| HSV(B) | 279.07º | 0.81% | 0.21% | - |
| XYZ | 1.55 | 0.89 | 3.46 | - |
| YUV | 23.27 | 144.78 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 53 | 0.28 | 0.81 | 0 | 0.79 | 279.07 | 0.68 | 0.12 |
| Hex | 26 | A | 35 | 1C | 51 | 0 | 4F | 117 | 44 | C |
| Octal | 46 | 12 | 65 | 34 | 121 | 0 | 117 | 427 | 104 | 14 |
| Binary | 100110 | 1010 | 110101 | 11100 | 1010001 | 0 | 1001111 | 100010111 | 1000100 | 1100 |
Color Harmonies of #260A35
Complementary color
Monochromatic Colors of #260A35
Black with #260A35
Text Example
Text Example
White with #260A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260A35; }
p { color: rgb(38,10,53); }
H1.HeaderClassName
{
color: #260A35;
}
.AnyTagClassName
{
color: #260A35;
}
</style>
background-color css
<style>
a { background-color: #260A35; }
a { background-color: rgb(38,10,53); }
div.DivClassName
{
background-color: #260A35;
}
.BgClassName
{
background-color: #260A35;
}
</style>
border-color css
<style>
span { border-color: #260A35; }
span { border-color: rgb(38,10,53); }
td.TdClassName
{
border-color: #260A35;
}
.TagClassName
{
border-color: #260A35;
}
</style>