Shades of Blackcurrant #2A102F
Tints of Blackcurrant #2A102F
RGB
CMYK
RGB Variations
Color information
#2A102F (or 0x2A102F) is known color: Blackcurrant. HEX triplet: 2A, 10 and 2F. RGB value is (42,16,47). Sum of RGB (Red+Green+Blue) = 42+16+47=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 47 (18.75% from 255 or 44.76% from 105); Max value from RGB is 47 - color contains mainly: blue. Hex color #2A102F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A102F is #D5EFD0. Grayscale: #1B1B1B. Windows color (decimal): -14020561 or 3084330. OLE color: 3084330.
HSL color Cylindrical-coordinate representation of color #2A102F: hue angle of 290.32º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A102F is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 16 | 47 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.82 |
| HSL | 290.32º | 0.49% | 0.12% | - |
| HSV(B) | 290.32º | 0.66% | 0.18% | - |
| XYZ | 1.65 | 1.07 | 2.81 | - |
| YUV | 27.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 47 | 0.11 | 0.66 | 0 | 0.82 | 290.32 | 0.49 | 0.12 |
| Hex | 2A | 10 | 2F | B | 42 | 0 | 52 | 122 | 31 | C |
| Octal | 52 | 20 | 57 | 13 | 102 | 0 | 122 | 442 | 61 | 14 |
| Binary | 101010 | 10000 | 101111 | 1011 | 1000010 | 0 | 1010010 | 100100010 | 110001 | 1100 |
Color Harmonies of #2A102F
Complementary color
Monochromatic Colors of #2A102F
Black with #2A102F
Text Example
Text Example
White with #2A102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A102F; }
p { color: rgb(42,16,47); }
H1.HeaderClassName
{
color: #2A102F;
}
.AnyTagClassName
{
color: #2A102F;
}
</style>
background-color css
<style>
a { background-color: #2A102F; }
a { background-color: rgb(42,16,47); }
div.DivClassName
{
background-color: #2A102F;
}
.BgClassName
{
background-color: #2A102F;
}
</style>
border-color css
<style>
span { border-color: #2A102F; }
span { border-color: rgb(42,16,47); }
td.TdClassName
{
border-color: #2A102F;
}
.TagClassName
{
border-color: #2A102F;
}
</style>