Shades of Blackcurrant #2C1A3F
Tints of Blackcurrant #2C1A3F
RGB
CMYK
RGB Variations
Color information
#2C1A3F (or 0x2C1A3F) is known color: Blackcurrant. HEX triplet: 2C, 1A and 3F. RGB value is (44,26,63). Sum of RGB (Red+Green+Blue) = 44+26+63=133 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.08% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #2C1A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C1A3F is #D3E5C0. Grayscale: #232323. Windows color (decimal): -13886913 or 4135468. OLE color: 4135468.
HSL color Cylindrical-coordinate representation of color #2C1A3F: hue angle of 269.19º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C1A3F is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 26 | 63 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.75 |
| HSL | 269.19º | 0.42% | 0.17% | - |
| HSV(B) | 269.19º | 0.59% | 0.25% | - |
| XYZ | 2.31 | 1.63 | 4.9 | - |
| YUV | 35.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 26 | 63 | 0.30 | 0.59 | 0 | 0.75 | 269.19 | 0.42 | 0.17 |
| Hex | 2C | 1A | 3F | 1E | 3B | 0 | 4B | 10D | 2A | 11 |
| Octal | 54 | 32 | 77 | 36 | 73 | 0 | 113 | 415 | 52 | 21 |
| Binary | 101100 | 11010 | 111111 | 11110 | 111011 | 0 | 1001011 | 100001101 | 101010 | 10001 |
Color Harmonies of #2C1A3F
Complementary color
Monochromatic Colors of #2C1A3F
Black with #2C1A3F
Text Example
Text Example
White with #2C1A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1A3F; }
p { color: rgb(44,26,63); }
H1.HeaderClassName
{
color: #2C1A3F;
}
.AnyTagClassName
{
color: #2C1A3F;
}
</style>
background-color css
<style>
a { background-color: #2C1A3F; }
a { background-color: rgb(44,26,63); }
div.DivClassName
{
background-color: #2C1A3F;
}
.BgClassName
{
background-color: #2C1A3F;
}
</style>
border-color css
<style>
span { border-color: #2C1A3F; }
span { border-color: rgb(44,26,63); }
td.TdClassName
{
border-color: #2C1A3F;
}
.TagClassName
{
border-color: #2C1A3F;
}
</style>