Shades of Blackcurrant #260B44
Tints of Blackcurrant #260B44
RGB
CMYK
RGB Variations
Color information
#260B44 (or 0x260B44) is known color: Blackcurrant. HEX triplet: 26, 0B and 44. RGB value is (38,11,68). Sum of RGB (Red+Green+Blue) = 38+11+68=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 68 (26.95% from 255 or 58.12% from 117); Max value from RGB is 68 - color contains mainly: blue. Hex color #260B44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260B44 is #D9F4BB. Grayscale: #191919. Windows color (decimal): -14283964 or 4459302. OLE color: 4459302.
HSL color Cylindrical-coordinate representation of color #260B44: hue angle of 268.42º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #260B44 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 11 | 68 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.73 |
| HSL | 268.42º | 0.72% | 0.15% | - |
| HSV(B) | 268.42º | 0.84% | 0.27% | - |
| XYZ | 1.96 | 1.07 | 5.57 | - |
| YUV | 25.57 | 151.95 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 68 | 0.44 | 0.84 | 0 | 0.73 | 268.42 | 0.72 | 0.15 |
| Hex | 26 | B | 44 | 2C | 54 | 0 | 49 | 10C | 48 | F |
| Octal | 46 | 13 | 104 | 54 | 124 | 0 | 111 | 414 | 110 | 17 |
| Binary | 100110 | 1011 | 1000100 | 101100 | 1010100 | 0 | 1001001 | 100001100 | 1001000 | 1111 |
Color Harmonies of #260B44
Complementary color
Monochromatic Colors of #260B44
Black with #260B44
Text Example
Text Example
White with #260B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260B44; }
p { color: rgb(38,11,68); }
H1.HeaderClassName
{
color: #260B44;
}
.AnyTagClassName
{
color: #260B44;
}
</style>
background-color css
<style>
a { background-color: #260B44; }
a { background-color: rgb(38,11,68); }
div.DivClassName
{
background-color: #260B44;
}
.BgClassName
{
background-color: #260B44;
}
</style>
border-color css
<style>
span { border-color: #260B44; }
span { border-color: rgb(38,11,68); }
td.TdClassName
{
border-color: #260B44;
}
.TagClassName
{
border-color: #260B44;
}
</style>