Shades of Blackcurrant #2C0932
Tints of Blackcurrant #2C0932
RGB
CMYK
RGB Variations
Color information
#2C0932 (or 0x2C0932) is known color: Blackcurrant. HEX triplet: 2C, 09 and 32. RGB value is (44,9,50). Sum of RGB (Red+Green+Blue) = 44+9+50=103 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.72% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #2C0932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0932 is #D3F6CD. Grayscale: #181818. Windows color (decimal): -13891278 or 3279148. OLE color: 3279148.
HSL color Cylindrical-coordinate representation of color #2C0932: hue angle of 291.22º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C0932 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 9 | 50 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.80 |
| HSL | 291.22º | 0.69% | 0.12% | - |
| HSV(B) | 291.22º | 0.82% | 0.2% | - |
| XYZ | 1.71 | 0.96 | 3.11 | - |
| YUV | 24.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 9 | 50 | 0.12 | 0.82 | 0 | 0.80 | 291.22 | 0.69 | 0.12 |
| Hex | 2C | 9 | 32 | C | 52 | 0 | 50 | 123 | 45 | C |
| Octal | 54 | 11 | 62 | 14 | 122 | 0 | 120 | 443 | 105 | 14 |
| Binary | 101100 | 1001 | 110010 | 1100 | 1010010 | 0 | 1010000 | 100100011 | 1000101 | 1100 |
Color Harmonies of #2C0932
Complementary color
Monochromatic Colors of #2C0932
Black with #2C0932
Text Example
Text Example
White with #2C0932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0932; }
p { color: rgb(44,9,50); }
H1.HeaderClassName
{
color: #2C0932;
}
.AnyTagClassName
{
color: #2C0932;
}
</style>
background-color css
<style>
a { background-color: #2C0932; }
a { background-color: rgb(44,9,50); }
div.DivClassName
{
background-color: #2C0932;
}
.BgClassName
{
background-color: #2C0932;
}
</style>
border-color css
<style>
span { border-color: #2C0932; }
span { border-color: rgb(44,9,50); }
td.TdClassName
{
border-color: #2C0932;
}
.TagClassName
{
border-color: #2C0932;
}
</style>