Shades of Blackcurrant #260F31
Tints of Blackcurrant #260F31
RGB
CMYK
RGB Variations
Color information
#260F31 (or 0x260F31) is known color: Blackcurrant. HEX triplet: 26, 0F and 31. RGB value is (38,15,49). Sum of RGB (Red+Green+Blue) = 38+15+49=102 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.25% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #260F31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F31 is #D9F0CE. Grayscale: #191919. Windows color (decimal): -14282959 or 3215142. OLE color: 3215142.
HSL color Cylindrical-coordinate representation of color #260F31: hue angle of 280.59º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #260F31 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 15 | 49 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.81 |
| HSL | 280.59º | 0.53% | 0.13% | - |
| HSV(B) | 280.59º | 0.69% | 0.19% | - |
| XYZ | 1.52 | 0.98 | 3.01 | - |
| YUV | 25.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 49 | 0.22 | 0.69 | 0 | 0.81 | 280.59 | 0.53 | 0.13 |
| Hex | 26 | F | 31 | 16 | 45 | 0 | 51 | 119 | 35 | D |
| Octal | 46 | 17 | 61 | 26 | 105 | 0 | 121 | 431 | 65 | 15 |
| Binary | 100110 | 1111 | 110001 | 10110 | 1000101 | 0 | 1010001 | 100011001 | 110101 | 1101 |
Color Harmonies of #260F31
Complementary color
Monochromatic Colors of #260F31
Black with #260F31
Text Example
Text Example
White with #260F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F31; }
p { color: rgb(38,15,49); }
H1.HeaderClassName
{
color: #260F31;
}
.AnyTagClassName
{
color: #260F31;
}
</style>
background-color css
<style>
a { background-color: #260F31; }
a { background-color: rgb(38,15,49); }
div.DivClassName
{
background-color: #260F31;
}
.BgClassName
{
background-color: #260F31;
}
</style>
border-color css
<style>
span { border-color: #260F31; }
span { border-color: rgb(38,15,49); }
td.TdClassName
{
border-color: #260F31;
}
.TagClassName
{
border-color: #260F31;
}
</style>