Shades of Blackcurrant #261634
Tints of Blackcurrant #261634
RGB
CMYK
RGB Variations
Color information
#261634 (or 0x261634) is known color: Blackcurrant. HEX triplet: 26, 16 and 34. RGB value is (38,22,52). Sum of RGB (Red+Green+Blue) = 38+22+52=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: blue. Hex color #261634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261634 is #D9E9CB. Grayscale: #1E1E1E. Windows color (decimal): -14281164 or 3413542. OLE color: 3413542.
HSL color Cylindrical-coordinate representation of color #261634: hue angle of 272º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #261634 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 22 | 52 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.80 |
| HSL | 272º | 0.41% | 0.15% | - |
| HSV(B) | 272º | 0.58% | 0.2% | - |
| XYZ | 1.71 | 1.23 | 3.4 | - |
| YUV | 30.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 52 | 0.27 | 0.58 | 0 | 0.80 | 272 | 0.41 | 0.15 |
| Hex | 26 | 16 | 34 | 1B | 3A | 0 | 50 | 110 | 29 | F |
| Octal | 46 | 26 | 64 | 33 | 72 | 0 | 120 | 420 | 51 | 17 |
| Binary | 100110 | 10110 | 110100 | 11011 | 111010 | 0 | 1010000 | 100010000 | 101001 | 1111 |
Color Harmonies of #261634
Complementary color
Monochromatic Colors of #261634
Black with #261634
Text Example
Text Example
White with #261634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261634; }
p { color: rgb(38,22,52); }
H1.HeaderClassName
{
color: #261634;
}
.AnyTagClassName
{
color: #261634;
}
</style>
background-color css
<style>
a { background-color: #261634; }
a { background-color: rgb(38,22,52); }
div.DivClassName
{
background-color: #261634;
}
.BgClassName
{
background-color: #261634;
}
</style>
border-color css
<style>
span { border-color: #261634; }
span { border-color: rgb(38,22,52); }
td.TdClassName
{
border-color: #261634;
}
.TagClassName
{
border-color: #261634;
}
</style>