Shades of Blackcurrant #2C1334
Tints of Blackcurrant #2C1334
RGB
CMYK
RGB Variations
Color information
#2C1334 (or 0x2C1334) is known color: Blackcurrant. HEX triplet: 2C, 13 and 34. RGB value is (44,19,52). Sum of RGB (Red+Green+Blue) = 44+19+52=115 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.26% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 52 - color contains mainly: blue. Hex color #2C1334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1334 is #D3ECCB. Grayscale: #1E1E1E. Windows color (decimal): -13888716 or 3412780. OLE color: 3412780.
HSL color Cylindrical-coordinate representation of color #2C1334: hue angle of 285.45º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C1334 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 19 | 52 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.80 |
| HSL | 285.45º | 0.46% | 0.14% | - |
| HSV(B) | 285.45º | 0.63% | 0.2% | - |
| XYZ | 1.89 | 1.25 | 3.39 | - |
| YUV | 30.24 | 140.28 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 52 | 0.15 | 0.63 | 0 | 0.80 | 285.45 | 0.46 | 0.14 |
| Hex | 2C | 13 | 34 | F | 3F | 0 | 50 | 11D | 2E | E |
| Octal | 54 | 23 | 64 | 17 | 77 | 0 | 120 | 435 | 56 | 16 |
| Binary | 101100 | 10011 | 110100 | 1111 | 111111 | 0 | 1010000 | 100011101 | 101110 | 1110 |
Color Harmonies of #2C1334
Complementary color
Monochromatic Colors of #2C1334
Black with #2C1334
Text Example
Text Example
White with #2C1334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1334; }
p { color: rgb(44,19,52); }
H1.HeaderClassName
{
color: #2C1334;
}
.AnyTagClassName
{
color: #2C1334;
}
</style>
background-color css
<style>
a { background-color: #2C1334; }
a { background-color: rgb(44,19,52); }
div.DivClassName
{
background-color: #2C1334;
}
.BgClassName
{
background-color: #2C1334;
}
</style>
border-color css
<style>
span { border-color: #2C1334; }
span { border-color: rgb(44,19,52); }
td.TdClassName
{
border-color: #2C1334;
}
.TagClassName
{
border-color: #2C1334;
}
</style>