Shades of Blackcurrant #2A0D34
Tints of Blackcurrant #2A0D34
RGB
CMYK
RGB Variations
Color information
#2A0D34 (or 0x2A0D34) is known color: Blackcurrant. HEX triplet: 2A, 0D and 34. RGB value is (42,13,52). Sum of RGB (Red+Green+Blue) = 42+13+52=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #2A0D34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0D34 is #D5F2CB. Grayscale: #191919. Windows color (decimal): -14021324 or 3411242. OLE color: 3411242.
HSL color Cylindrical-coordinate representation of color #2A0D34: hue angle of 284.62º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A0D34 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 13 | 52 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.80 |
| HSL | 284.62º | 0.6% | 0.13% | - |
| HSV(B) | 284.62º | 0.75% | 0.2% | - |
| XYZ | 1.72 | 1.03 | 3.36 | - |
| YUV | 26.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 13 | 52 | 0.19 | 0.75 | 0 | 0.80 | 284.62 | 0.6 | 0.13 |
| Hex | 2A | D | 34 | 13 | 4B | 0 | 50 | 11D | 3C | D |
| Octal | 52 | 15 | 64 | 23 | 113 | 0 | 120 | 435 | 74 | 15 |
| Binary | 101010 | 1101 | 110100 | 10011 | 1001011 | 0 | 1010000 | 100011101 | 111100 | 1101 |
Color Harmonies of #2A0D34
Complementary color
Monochromatic Colors of #2A0D34
Black with #2A0D34
Text Example
Text Example
White with #2A0D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0D34; }
p { color: rgb(42,13,52); }
H1.HeaderClassName
{
color: #2A0D34;
}
.AnyTagClassName
{
color: #2A0D34;
}
</style>
background-color css
<style>
a { background-color: #2A0D34; }
a { background-color: rgb(42,13,52); }
div.DivClassName
{
background-color: #2A0D34;
}
.BgClassName
{
background-color: #2A0D34;
}
</style>
border-color css
<style>
span { border-color: #2A0D34; }
span { border-color: rgb(42,13,52); }
td.TdClassName
{
border-color: #2A0D34;
}
.TagClassName
{
border-color: #2A0D34;
}
</style>