Shades of Blackcurrant #260A3C
Tints of Blackcurrant #260A3C
RGB
CMYK
RGB Variations
Color information
#260A3C (or 0x260A3C) is known color: Blackcurrant. HEX triplet: 26, 0A and 3C. RGB value is (38,10,60). Sum of RGB (Red+Green+Blue) = 38+10+60=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 60 (23.83% from 255 or 55.56% from 108); Max value from RGB is 60 - color contains mainly: blue. Hex color #260A3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260A3C is #D9F5C3. Grayscale: #171717. Windows color (decimal): -14284228 or 3934758. OLE color: 3934758.
HSL color Cylindrical-coordinate representation of color #260A3C: hue angle of 273.6º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #260A3C is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 10 | 60 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.76 |
| HSL | 273.6º | 0.71% | 0.14% | - |
| HSV(B) | 273.6º | 0.83% | 0.24% | - |
| XYZ | 1.72 | 0.96 | 4.37 | - |
| YUV | 24.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 60 | 0.37 | 0.83 | 0 | 0.76 | 273.6 | 0.71 | 0.14 |
| Hex | 26 | A | 3C | 25 | 53 | 0 | 4C | 112 | 47 | E |
| Octal | 46 | 12 | 74 | 45 | 123 | 0 | 114 | 422 | 107 | 16 |
| Binary | 100110 | 1010 | 111100 | 100101 | 1010011 | 0 | 1001100 | 100010010 | 1000111 | 1110 |
Color Harmonies of #260A3C
Complementary color
Monochromatic Colors of #260A3C
Black with #260A3C
Text Example
Text Example
White with #260A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260A3C; }
p { color: rgb(38,10,60); }
H1.HeaderClassName
{
color: #260A3C;
}
.AnyTagClassName
{
color: #260A3C;
}
</style>
background-color css
<style>
a { background-color: #260A3C; }
a { background-color: rgb(38,10,60); }
div.DivClassName
{
background-color: #260A3C;
}
.BgClassName
{
background-color: #260A3C;
}
</style>
border-color css
<style>
span { border-color: #260A3C; }
span { border-color: rgb(38,10,60); }
td.TdClassName
{
border-color: #260A3C;
}
.TagClassName
{
border-color: #260A3C;
}
</style>