Shades of Blackcurrant #260B41
Tints of Blackcurrant #260B41
RGB
CMYK
RGB Variations
Color information
#260B41 (or 0x260B41) is known color: Blackcurrant. HEX triplet: 26, 0B and 41. RGB value is (38,11,65). Sum of RGB (Red+Green+Blue) = 38+11+65=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 65 (25.78% from 255 or 57.02% from 114); Max value from RGB is 65 - color contains mainly: blue. Hex color #260B41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260B41 is #D9F4BE. Grayscale: #191919. Windows color (decimal): -14283967 or 4262694. OLE color: 4262694.
HSL color Cylindrical-coordinate representation of color #260B41: hue angle of 270º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #260B41 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 11 | 65 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.75 |
| HSL | 270º | 0.71% | 0.15% | - |
| HSV(B) | 270º | 0.83% | 0.25% | - |
| XYZ | 1.87 | 1.03 | 5.1 | - |
| YUV | 25.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 65 | 0.42 | 0.83 | 0 | 0.75 | 270 | 0.71 | 0.15 |
| Hex | 26 | B | 41 | 2A | 53 | 0 | 4B | 10E | 47 | F |
| Octal | 46 | 13 | 101 | 52 | 123 | 0 | 113 | 416 | 107 | 17 |
| Binary | 100110 | 1011 | 1000001 | 101010 | 1010011 | 0 | 1001011 | 100001110 | 1000111 | 1111 |
Color Harmonies of #260B41
Complementary color
Monochromatic Colors of #260B41
Black with #260B41
Text Example
Text Example
White with #260B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260B41; }
p { color: rgb(38,11,65); }
H1.HeaderClassName
{
color: #260B41;
}
.AnyTagClassName
{
color: #260B41;
}
</style>
background-color css
<style>
a { background-color: #260B41; }
a { background-color: rgb(38,11,65); }
div.DivClassName
{
background-color: #260B41;
}
.BgClassName
{
background-color: #260B41;
}
</style>
border-color css
<style>
span { border-color: #260B41; }
span { border-color: rgb(38,11,65); }
td.TdClassName
{
border-color: #260B41;
}
.TagClassName
{
border-color: #260B41;
}
</style>