Shades of Blackcurrant #2A0F30
Tints of Blackcurrant #2A0F30
RGB
CMYK
RGB Variations
Color information
#2A0F30 (or 0x2A0F30) is known color: Blackcurrant. HEX triplet: 2A, 0F and 30. RGB value is (42,15,48). Sum of RGB (Red+Green+Blue) = 42+15+48=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #2A0F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0F30 is #D5F0CF. Grayscale: #1A1A1A. Windows color (decimal): -14020816 or 3149610. OLE color: 3149610.
HSL color Cylindrical-coordinate representation of color #2A0F30: hue angle of 289.09º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A0F30 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 15 | 48 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.81 |
| HSL | 289.09º | 0.52% | 0.12% | - |
| HSV(B) | 289.09º | 0.69% | 0.19% | - |
| XYZ | 1.66 | 1.05 | 2.91 | - |
| YUV | 26.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 48 | 0.13 | 0.69 | 0 | 0.81 | 289.09 | 0.52 | 0.12 |
| Hex | 2A | F | 30 | D | 45 | 0 | 51 | 121 | 34 | C |
| Octal | 52 | 17 | 60 | 15 | 105 | 0 | 121 | 441 | 64 | 14 |
| Binary | 101010 | 1111 | 110000 | 1101 | 1000101 | 0 | 1010001 | 100100001 | 110100 | 1100 |
Color Harmonies of #2A0F30
Complementary color
Monochromatic Colors of #2A0F30
Black with #2A0F30
Text Example
Text Example
White with #2A0F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0F30; }
p { color: rgb(42,15,48); }
H1.HeaderClassName
{
color: #2A0F30;
}
.AnyTagClassName
{
color: #2A0F30;
}
</style>
background-color css
<style>
a { background-color: #2A0F30; }
a { background-color: rgb(42,15,48); }
div.DivClassName
{
background-color: #2A0F30;
}
.BgClassName
{
background-color: #2A0F30;
}
</style>
border-color css
<style>
span { border-color: #2A0F30; }
span { border-color: rgb(42,15,48); }
td.TdClassName
{
border-color: #2A0F30;
}
.TagClassName
{
border-color: #2A0F30;
}
</style>