Shades of Blackcurrant #2A033F
Tints of Blackcurrant #2A033F
RGB
CMYK
RGB Variations
Color information
#2A033F (or 0x2A033F) is known color: Blackcurrant. HEX triplet: 2A, 03 and 3F. RGB value is (42,3,63). Sum of RGB (Red+Green+Blue) = 42+3+63=108 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.89% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 63 (25% from 255 or 58.33% from 108); Max value from RGB is 63 - color contains mainly: blue. Hex color #2A033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A033F is #D5FCC0. Grayscale: #151515. Windows color (decimal): -14023873 or 4129578. OLE color: 4129578.
HSL color Cylindrical-coordinate representation of color #2A033F: hue angle of 279º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A033F is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 3 | 63 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.75 |
| HSL | 279º | 0.91% | 0.13% | - |
| HSV(B) | 279º | 0.95% | 0.25% | - |
| XYZ | 1.88 | 0.92 | 4.78 | - |
| YUV | 21.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 63 | 0.33 | 0.95 | 0 | 0.75 | 279 | 0.91 | 0.13 |
| Hex | 2A | 3 | 3F | 21 | 5F | 0 | 4B | 117 | 5B | D |
| Octal | 52 | 3 | 77 | 41 | 137 | 0 | 113 | 427 | 133 | 15 |
| Binary | 101010 | 11 | 111111 | 100001 | 1011111 | 0 | 1001011 | 100010111 | 1011011 | 1101 |
Color Harmonies of #2A033F
Complementary color
Monochromatic Colors of #2A033F
Black with #2A033F
Text Example
Text Example
White with #2A033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A033F; }
p { color: rgb(42,3,63); }
H1.HeaderClassName
{
color: #2A033F;
}
.AnyTagClassName
{
color: #2A033F;
}
</style>
background-color css
<style>
a { background-color: #2A033F; }
a { background-color: rgb(42,3,63); }
div.DivClassName
{
background-color: #2A033F;
}
.BgClassName
{
background-color: #2A033F;
}
</style>
border-color css
<style>
span { border-color: #2A033F; }
span { border-color: rgb(42,3,63); }
td.TdClassName
{
border-color: #2A033F;
}
.TagClassName
{
border-color: #2A033F;
}
</style>