Shades of Blackcurrant #261A32
Tints of Blackcurrant #261A32
RGB
CMYK
RGB Variations
Color information
#261A32 (or 0x261A32) is known color: Blackcurrant. HEX triplet: 26, 1A and 32. RGB value is (38,26,50). Sum of RGB (Red+Green+Blue) = 38+26+50=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 50 - color contains mainly: blue. Hex color #261A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261A32 is #D9E5CD. Grayscale: #202020. Windows color (decimal): -14280142 or 3283494. OLE color: 3283494.
HSL color Cylindrical-coordinate representation of color #261A32: hue angle of 270º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #261A32 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 26 | 50 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.80 |
| HSL | 270º | 0.32% | 0.15% | - |
| HSV(B) | 270º | 0.48% | 0.2% | - |
| XYZ | 1.74 | 1.38 | 3.19 | - |
| YUV | 32.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 50 | 0.24 | 0.48 | 0 | 0.80 | 270 | 0.32 | 0.15 |
| Hex | 26 | 1A | 32 | 18 | 30 | 0 | 50 | 10E | 20 | F |
| Octal | 46 | 32 | 62 | 30 | 60 | 0 | 120 | 416 | 40 | 17 |
| Binary | 100110 | 11010 | 110010 | 11000 | 110000 | 0 | 1010000 | 100001110 | 100000 | 1111 |
Color Harmonies of #261A32
Complementary color
Monochromatic Colors of #261A32
Black with #261A32
Text Example
Text Example
White with #261A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A32; }
p { color: rgb(38,26,50); }
H1.HeaderClassName
{
color: #261A32;
}
.AnyTagClassName
{
color: #261A32;
}
</style>
background-color css
<style>
a { background-color: #261A32; }
a { background-color: rgb(38,26,50); }
div.DivClassName
{
background-color: #261A32;
}
.BgClassName
{
background-color: #261A32;
}
</style>
border-color css
<style>
span { border-color: #261A32; }
span { border-color: rgb(38,26,50); }
td.TdClassName
{
border-color: #261A32;
}
.TagClassName
{
border-color: #261A32;
}
</style>