Shades of Blackcurrant #2F063D
Tints of Blackcurrant #2F063D
RGB
CMYK
RGB Variations
Color information
#2F063D (or 0x2F063D) is known color: Blackcurrant. HEX triplet: 2F, 06 and 3D. RGB value is (47,6,61). Sum of RGB (Red+Green+Blue) = 47+6+61=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F063D is #D0F9C2. Grayscale: #181818. Windows color (decimal): -13695427 or 3999279. OLE color: 3999279.
HSL color Cylindrical-coordinate representation of color #2F063D: hue angle of 284.73º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F063D is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 6 | 61 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.76 |
| HSL | 284.73º | 0.82% | 0.13% | - |
| HSV(B) | 284.73º | 0.9% | 0.24% | - |
| XYZ | 2.08 | 1.07 | 4.51 | - |
| YUV | 24.53 | 148.58 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 6 | 61 | 0.23 | 0.90 | 0 | 0.76 | 284.73 | 0.82 | 0.13 |
| Hex | 2F | 6 | 3D | 17 | 5A | 0 | 4C | 11D | 52 | D |
| Octal | 57 | 6 | 75 | 27 | 132 | 0 | 114 | 435 | 122 | 15 |
| Binary | 101111 | 110 | 111101 | 10111 | 1011010 | 0 | 1001100 | 100011101 | 1010010 | 1101 |
Color Harmonies of #2F063D
Complementary color
Monochromatic Colors of #2F063D
Black with #2F063D
Text Example
Text Example
White with #2F063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F063D; }
p { color: rgb(47,6,61); }
H1.HeaderClassName
{
color: #2F063D;
}
.AnyTagClassName
{
color: #2F063D;
}
</style>
background-color css
<style>
a { background-color: #2F063D; }
a { background-color: rgb(47,6,61); }
div.DivClassName
{
background-color: #2F063D;
}
.BgClassName
{
background-color: #2F063D;
}
</style>
border-color css
<style>
span { border-color: #2F063D; }
span { border-color: rgb(47,6,61); }
td.TdClassName
{
border-color: #2F063D;
}
.TagClassName
{
border-color: #2F063D;
}
</style>