Shades of Blackcurrant #2F004B
Tints of Blackcurrant #2F004B
RGB
CMYK
RGB Variations
Color information
#2F004B (or 0x2F004B) is known color: Blackcurrant. HEX triplet: 2F, 00 and 4B. RGB value is (47,0,75). Sum of RGB (Red+Green+Blue) = 47+0+75=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F004B is #D0FFB4. Grayscale: #161616. Windows color (decimal): -13696949 or 4915247. OLE color: 4915247.
HSL color Cylindrical-coordinate representation of color #2F004B: hue angle of 277.6º 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 #2F004B is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 0 | 75 | - |
| CMYK | 0.37 | 1 | 0 | 0.71 |
| HSL | 277.6º | 1% | 0.15% | - |
| HSV(B) | 277.6º | 1% | 0.29% | - |
| XYZ | 2.44 | 1.11 | 6.74 | - |
| YUV | 22.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 75 | 0.37 | 1 | 0 | 0.71 | 277.6 | 1 | 0.15 |
| Hex | 2F | 0 | 4B | 25 | 64 | 0 | 47 | 116 | 64 | F |
| Octal | 57 | 0 | 113 | 45 | 144 | 0 | 107 | 426 | 144 | 17 |
| Binary | 101111 | 0 | 1001011 | 100101 | 1100100 | 0 | 1000111 | 100010110 | 1100100 | 1111 |
Color Harmonies of #2F004B
Complementary color
Monochromatic Colors of #2F004B
Black with #2F004B
Text Example
Text Example
White with #2F004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F004B; }
p { color: rgb(47,0,75); }
H1.HeaderClassName
{
color: #2F004B;
}
.AnyTagClassName
{
color: #2F004B;
}
</style>
background-color css
<style>
a { background-color: #2F004B; }
a { background-color: rgb(47,0,75); }
div.DivClassName
{
background-color: #2F004B;
}
.BgClassName
{
background-color: #2F004B;
}
</style>
border-color css
<style>
span { border-color: #2F004B; }
span { border-color: rgb(47,0,75); }
td.TdClassName
{
border-color: #2F004B;
}
.TagClassName
{
border-color: #2F004B;
}
</style>