Shades of Blackcurrant #2F083A
Tints of Blackcurrant #2F083A
RGB
CMYK
RGB Variations
Color information
#2F083A (or 0x2F083A) is known color: Blackcurrant. HEX triplet: 2F, 08 and 3A. RGB value is (47,8,58). Sum of RGB (Red+Green+Blue) = 47+8+58=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #2F083A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F083A is #D0F7C5. Grayscale: #191919. Windows color (decimal): -13694918 or 3803183. OLE color: 3803183.
HSL color Cylindrical-coordinate representation of color #2F083A: hue angle of 286.8º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F083A is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 8 | 58 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.77 |
| HSL | 286.8º | 0.76% | 0.13% | - |
| HSV(B) | 286.8º | 0.86% | 0.23% | - |
| XYZ | 2.02 | 1.08 | 4.11 | - |
| YUV | 25.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 58 | 0.19 | 0.86 | 0 | 0.77 | 286.8 | 0.76 | 0.13 |
| Hex | 2F | 8 | 3A | 13 | 56 | 0 | 4D | 11F | 4C | D |
| Octal | 57 | 10 | 72 | 23 | 126 | 0 | 115 | 437 | 114 | 15 |
| Binary | 101111 | 1000 | 111010 | 10011 | 1010110 | 0 | 1001101 | 100011111 | 1001100 | 1101 |
Color Harmonies of #2F083A
Complementary color
Monochromatic Colors of #2F083A
Black with #2F083A
Text Example
Text Example
White with #2F083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F083A; }
p { color: rgb(47,8,58); }
H1.HeaderClassName
{
color: #2F083A;
}
.AnyTagClassName
{
color: #2F083A;
}
</style>
background-color css
<style>
a { background-color: #2F083A; }
a { background-color: rgb(47,8,58); }
div.DivClassName
{
background-color: #2F083A;
}
.BgClassName
{
background-color: #2F083A;
}
</style>
border-color css
<style>
span { border-color: #2F083A; }
span { border-color: rgb(47,8,58); }
td.TdClassName
{
border-color: #2F083A;
}
.TagClassName
{
border-color: #2F083A;
}
</style>