Shades of Blackcurrant #260238
Tints of Blackcurrant #260238
RGB
CMYK
RGB Variations
Color information
#260238 (or 0x260238) is known color: Blackcurrant. HEX triplet: 26, 02 and 38. RGB value is (38,2,56). Sum of RGB (Red+Green+Blue) = 38+2+56=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 56 (22.27% from 255 or 58.33% from 96); Max value from RGB is 56 - color contains mainly: blue. Hex color #260238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260238 is #D9FDC7. Grayscale: #121212. Windows color (decimal): -14286280 or 3670566. OLE color: 3670566.
HSL color Cylindrical-coordinate representation of color #260238: hue angle of 280º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260238 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 2 | 56 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.78 |
| HSL | 280º | 0.93% | 0.11% | - |
| HSV(B) | 280º | 0.96% | 0.22% | - |
| XYZ | 1.53 | 0.74 | 3.8 | - |
| YUV | 18.92 | 148.93 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 56 | 0.32 | 0.96 | 0 | 0.78 | 280 | 0.93 | 0.11 |
| Hex | 26 | 2 | 38 | 20 | 60 | 0 | 4E | 118 | 5D | B |
| Octal | 46 | 2 | 70 | 40 | 140 | 0 | 116 | 430 | 135 | 13 |
| Binary | 100110 | 10 | 111000 | 100000 | 1100000 | 0 | 1001110 | 100011000 | 1011101 | 1011 |
Color Harmonies of #260238
Complementary color
Monochromatic Colors of #260238
Black with #260238
Text Example
Text Example
White with #260238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260238; }
p { color: rgb(38,2,56); }
H1.HeaderClassName
{
color: #260238;
}
.AnyTagClassName
{
color: #260238;
}
</style>
background-color css
<style>
a { background-color: #260238; }
a { background-color: rgb(38,2,56); }
div.DivClassName
{
background-color: #260238;
}
.BgClassName
{
background-color: #260238;
}
</style>
border-color css
<style>
span { border-color: #260238; }
span { border-color: rgb(38,2,56); }
td.TdClassName
{
border-color: #260238;
}
.TagClassName
{
border-color: #260238;
}
</style>