Shades of Blackcurrant #261B2F
Tints of Blackcurrant #261B2F
RGB
CMYK
RGB Variations
Color information
#261B2F (or 0x261B2F) is known color: Blackcurrant. HEX triplet: 26, 1B and 2F. RGB value is (38,27,47). Sum of RGB (Red+Green+Blue) = 38+27+47=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 47 - color contains mainly: blue. Hex color #261B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261B2F is #D9E4D0. Grayscale: #202020. Windows color (decimal): -14279889 or 3087142. OLE color: 3087142.
HSL color Cylindrical-coordinate representation of color #261B2F: hue angle of 273º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #261B2F is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 27 | 47 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.82 |
| HSL | 273º | 0.27% | 0.15% | - |
| HSV(B) | 273º | 0.43% | 0.18% | - |
| XYZ | 1.7 | 1.4 | 2.87 | - |
| YUV | 32.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 47 | 0.19 | 0.43 | 0 | 0.82 | 273 | 0.27 | 0.15 |
| Hex | 26 | 1B | 2F | 13 | 2B | 0 | 52 | 111 | 1B | F |
| Octal | 46 | 33 | 57 | 23 | 53 | 0 | 122 | 421 | 33 | 17 |
| Binary | 100110 | 11011 | 101111 | 10011 | 101011 | 0 | 1010010 | 100010001 | 11011 | 1111 |
Color Harmonies of #261B2F
Complementary color
Monochromatic Colors of #261B2F
Black with #261B2F
Text Example
Text Example
White with #261B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261B2F; }
p { color: rgb(38,27,47); }
H1.HeaderClassName
{
color: #261B2F;
}
.AnyTagClassName
{
color: #261B2F;
}
</style>
background-color css
<style>
a { background-color: #261B2F; }
a { background-color: rgb(38,27,47); }
div.DivClassName
{
background-color: #261B2F;
}
.BgClassName
{
background-color: #261B2F;
}
</style>
border-color css
<style>
span { border-color: #261B2F; }
span { border-color: rgb(38,27,47); }
td.TdClassName
{
border-color: #261B2F;
}
.TagClassName
{
border-color: #261B2F;
}
</style>