Shades of Blackcurrant #261F2F
Tints of Blackcurrant #261F2F
RGB
CMYK
RGB Variations
Color information
#261F2F (or 0x261F2F) is known color: Blackcurrant. HEX triplet: 26, 1F and 2F. RGB value is (38,31,47). Sum of RGB (Red+Green+Blue) = 38+31+47=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 47 - color contains mainly: blue. Hex color #261F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F2F is #D9E0D0. Grayscale: #222222. Windows color (decimal): -14278865 or 3088166. OLE color: 3088166.
HSL color Cylindrical-coordinate representation of color #261F2F: hue angle of 266.25º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #261F2F is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 31 | 47 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.82 |
| HSL | 266.25º | 0.21% | 0.15% | - |
| HSV(B) | 266.25º | 0.34% | 0.18% | - |
| XYZ | 1.8 | 1.6 | 2.9 | - |
| YUV | 34.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 47 | 0.19 | 0.34 | 0 | 0.82 | 266.25 | 0.21 | 0.15 |
| Hex | 26 | 1F | 2F | 13 | 22 | 0 | 52 | 10A | 15 | F |
| Octal | 46 | 37 | 57 | 23 | 42 | 0 | 122 | 412 | 25 | 17 |
| Binary | 100110 | 11111 | 101111 | 10011 | 100010 | 0 | 1010010 | 100001010 | 10101 | 1111 |
Color Harmonies of #261F2F
Complementary color
Monochromatic Colors of #261F2F
Black with #261F2F
Text Example
Text Example
White with #261F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F2F; }
p { color: rgb(38,31,47); }
H1.HeaderClassName
{
color: #261F2F;
}
.AnyTagClassName
{
color: #261F2F;
}
</style>
background-color css
<style>
a { background-color: #261F2F; }
a { background-color: rgb(38,31,47); }
div.DivClassName
{
background-color: #261F2F;
}
.BgClassName
{
background-color: #261F2F;
}
</style>
border-color css
<style>
span { border-color: #261F2F; }
span { border-color: rgb(38,31,47); }
td.TdClassName
{
border-color: #261F2F;
}
.TagClassName
{
border-color: #261F2F;
}
</style>