Shades of Blackcurrant #260F45
Tints of Blackcurrant #260F45
RGB
CMYK
RGB Variations
Color information
#260F45 (or 0x260F45) is known color: Blackcurrant. HEX triplet: 26, 0F and 45. RGB value is (38,15,69). Sum of RGB (Red+Green+Blue) = 38+15+69=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 69 (27.34% from 255 or 56.56% from 122); Max value from RGB is 69 - color contains mainly: blue. Hex color #260F45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F45 is #D9F0BA. Grayscale: #1B1B1B. Windows color (decimal): -14282939 or 4525862. OLE color: 4525862.
HSL color Cylindrical-coordinate representation of color #260F45: hue angle of 265.56º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #260F45 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 15 | 69 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.73 |
| HSL | 265.56º | 0.64% | 0.16% | - |
| HSV(B) | 265.56º | 0.78% | 0.27% | - |
| XYZ | 2.04 | 1.18 | 5.75 | - |
| YUV | 28.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 69 | 0.45 | 0.78 | 0 | 0.73 | 265.56 | 0.64 | 0.16 |
| Hex | 26 | F | 45 | 2D | 4E | 0 | 49 | 10A | 40 | 10 |
| Octal | 46 | 17 | 105 | 55 | 116 | 0 | 111 | 412 | 100 | 20 |
| Binary | 100110 | 1111 | 1000101 | 101101 | 1001110 | 0 | 1001001 | 100001010 | 1000000 | 10000 |
Color Harmonies of #260F45
Complementary color
Monochromatic Colors of #260F45
Black with #260F45
Text Example
Text Example
White with #260F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F45; }
p { color: rgb(38,15,69); }
H1.HeaderClassName
{
color: #260F45;
}
.AnyTagClassName
{
color: #260F45;
}
</style>
background-color css
<style>
a { background-color: #260F45; }
a { background-color: rgb(38,15,69); }
div.DivClassName
{
background-color: #260F45;
}
.BgClassName
{
background-color: #260F45;
}
</style>
border-color css
<style>
span { border-color: #260F45; }
span { border-color: rgb(38,15,69); }
td.TdClassName
{
border-color: #260F45;
}
.TagClassName
{
border-color: #260F45;
}
</style>