Shades of Blackcurrant #2A0F34
Tints of Blackcurrant #2A0F34
RGB
CMYK
RGB Variations
Color information
#2A0F34 (or 0x2A0F34) is known color: Blackcurrant. HEX triplet: 2A, 0F and 34. RGB value is (42,15,52). Sum of RGB (Red+Green+Blue) = 42+15+52=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 52 - color contains mainly: blue. Hex color #2A0F34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0F34 is #D5F0CB. Grayscale: #1B1B1B. Windows color (decimal): -14020812 or 3411754. OLE color: 3411754.
HSL color Cylindrical-coordinate representation of color #2A0F34: hue angle of 283.78º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A0F34 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 15 | 52 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.80 |
| HSL | 283.78º | 0.55% | 0.13% | - |
| HSV(B) | 283.78º | 0.71% | 0.2% | - |
| XYZ | 1.75 | 1.08 | 3.37 | - |
| YUV | 27.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 52 | 0.19 | 0.71 | 0 | 0.80 | 283.78 | 0.55 | 0.13 |
| Hex | 2A | F | 34 | 13 | 47 | 0 | 50 | 11C | 37 | D |
| Octal | 52 | 17 | 64 | 23 | 107 | 0 | 120 | 434 | 67 | 15 |
| Binary | 101010 | 1111 | 110100 | 10011 | 1000111 | 0 | 1010000 | 100011100 | 110111 | 1101 |
Color Harmonies of #2A0F34
Complementary color
Monochromatic Colors of #2A0F34
Black with #2A0F34
Text Example
Text Example
White with #2A0F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0F34; }
p { color: rgb(42,15,52); }
H1.HeaderClassName
{
color: #2A0F34;
}
.AnyTagClassName
{
color: #2A0F34;
}
</style>
background-color css
<style>
a { background-color: #2A0F34; }
a { background-color: rgb(42,15,52); }
div.DivClassName
{
background-color: #2A0F34;
}
.BgClassName
{
background-color: #2A0F34;
}
</style>
border-color css
<style>
span { border-color: #2A0F34; }
span { border-color: rgb(42,15,52); }
td.TdClassName
{
border-color: #2A0F34;
}
.TagClassName
{
border-color: #2A0F34;
}
</style>