Shades of Blackcurrant #2F063C
Tints of Blackcurrant #2F063C
RGB
CMYK
RGB Variations
Color information
#2F063C (or 0x2F063C) is known color: Blackcurrant. HEX triplet: 2F, 06 and 3C. RGB value is (47,6,60). Sum of RGB (Red+Green+Blue) = 47+6+60=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 60 (23.83% from 255 or 53.10% from 113); Max value from RGB is 60 - color contains mainly: blue. Hex color #2F063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F063C is #D0F9C3. Grayscale: #181818. Windows color (decimal): -13695428 or 3933743. OLE color: 3933743.
HSL color Cylindrical-coordinate representation of color #2F063C: hue angle of 285.56º 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 #2F063C is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 6 | 60 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.76 |
| HSL | 285.56º | 0.82% | 0.13% | - |
| HSV(B) | 285.56º | 0.9% | 0.24% | - |
| XYZ | 2.05 | 1.06 | 4.37 | - |
| YUV | 24.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 6 | 60 | 0.22 | 0.90 | 0 | 0.76 | 285.56 | 0.82 | 0.13 |
| Hex | 2F | 6 | 3C | 16 | 5A | 0 | 4C | 11E | 52 | D |
| Octal | 57 | 6 | 74 | 26 | 132 | 0 | 114 | 436 | 122 | 15 |
| Binary | 101111 | 110 | 111100 | 10110 | 1011010 | 0 | 1001100 | 100011110 | 1010010 | 1101 |
Color Harmonies of #2F063C
Complementary color
Monochromatic Colors of #2F063C
Black with #2F063C
Text Example
Text Example
White with #2F063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F063C; }
p { color: rgb(47,6,60); }
H1.HeaderClassName
{
color: #2F063C;
}
.AnyTagClassName
{
color: #2F063C;
}
</style>
background-color css
<style>
a { background-color: #2F063C; }
a { background-color: rgb(47,6,60); }
div.DivClassName
{
background-color: #2F063C;
}
.BgClassName
{
background-color: #2F063C;
}
</style>
border-color css
<style>
span { border-color: #2F063C; }
span { border-color: rgb(47,6,60); }
td.TdClassName
{
border-color: #2F063C;
}
.TagClassName
{
border-color: #2F063C;
}
</style>