Shades of Blackcurrant #2F004A
Tints of Blackcurrant #2F004A
RGB
CMYK
RGB Variations
Color information
#2F004A (or 0x2F004A) is known color: Blackcurrant. HEX triplet: 2F, 00 and 4A. RGB value is (47,0,74). Sum of RGB (Red+Green+Blue) = 47+0+74=121 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.84% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #2F004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F004A is #D0FFB5. Grayscale: #161616. Windows color (decimal): -13696950 or 4849711. OLE color: 4849711.
HSL color Cylindrical-coordinate representation of color #2F004A: hue angle of 278.11º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F004A is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 0 | 74 | - |
| CMYK | 0.36 | 1 | 0 | 0.71 |
| HSL | 278.11º | 1% | 0.15% | - |
| HSV(B) | 278.11º | 1% | 0.29% | - |
| XYZ | 2.41 | 1.1 | 6.56 | - |
| YUV | 22.49 | 157.07 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 74 | 0.36 | 1 | 0 | 0.71 | 278.11 | 1 | 0.15 |
| Hex | 2F | 0 | 4A | 24 | 64 | 0 | 47 | 116 | 64 | F |
| Octal | 57 | 0 | 112 | 44 | 144 | 0 | 107 | 426 | 144 | 17 |
| Binary | 101111 | 0 | 1001010 | 100100 | 1100100 | 0 | 1000111 | 100010110 | 1100100 | 1111 |
Color Harmonies of #2F004A
Complementary color
Monochromatic Colors of #2F004A
Black with #2F004A
Text Example
Text Example
White with #2F004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F004A; }
p { color: rgb(47,0,74); }
H1.HeaderClassName
{
color: #2F004A;
}
.AnyTagClassName
{
color: #2F004A;
}
</style>
background-color css
<style>
a { background-color: #2F004A; }
a { background-color: rgb(47,0,74); }
div.DivClassName
{
background-color: #2F004A;
}
.BgClassName
{
background-color: #2F004A;
}
</style>
border-color css
<style>
span { border-color: #2F004A; }
span { border-color: rgb(47,0,74); }
td.TdClassName
{
border-color: #2F004A;
}
.TagClassName
{
border-color: #2F004A;
}
</style>