Shades of Blackcurrant #2A0035
Tints of Blackcurrant #2A0035
RGB
CMYK
RGB Variations
Color information
#2A0035 (or 0x2A0035) is known color: Blackcurrant. HEX triplet: 2A, 00 and 35. RGB value is (42,0,53). Sum of RGB (Red+Green+Blue) = 42+0+53=95 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.21% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #2A0035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0035 is #D5FFCA. Grayscale: #121212. Windows color (decimal): -14024651 or 3473450. OLE color: 3473450.
HSL color Cylindrical-coordinate representation of color #2A0035: hue angle of 287.55º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0035 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
RGB | 42 | 0 | 53 | - |
CMYK | 0.21 | 1 | 0 | 0.79 |
HSL | 287.55º | 1% | 0.1% | - |
HSV(B) | 287.55º | 1% | 0.21% | - |
XYZ | 1.6 | 0.75 | 3.43 | - |
YUV | 18.6 | 147.41 | 144.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 0 | 53 | 0.21 | 1 | 0 | 0.79 | 287.55 | 1 | 0.1 |
Hex | 2A | 0 | 35 | 15 | 64 | 0 | 4F | 120 | 64 | A |
Octal | 52 | 0 | 65 | 25 | 144 | 0 | 117 | 440 | 144 | 12 |
Binary | 101010 | 0 | 110101 | 10101 | 1100100 | 0 | 1001111 | 100100000 | 1100100 | 1010 |
Color Harmonies of #2A0035
Complementary color
Monochromatic Colors of #2A0035
Black with #2A0035
Text Example
Text Example
White with #2A0035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0035; }
p { color: rgb(42,0,53); }
H1.HeaderClassName
{
color: #2A0035;
}
.AnyTagClassName
{
color: #2A0035;
}
</style>
background-color css
<style>
a { background-color: #2A0035; }
a { background-color: rgb(42,0,53); }
div.DivClassName
{
background-color: #2A0035;
}
.BgClassName
{
background-color: #2A0035;
}
</style>
border-color css
<style>
span { border-color: #2A0035; }
span { border-color: rgb(42,0,53); }
td.TdClassName
{
border-color: #2A0035;
}
.TagClassName
{
border-color: #2A0035;
}
</style>