Shades of Blackcurrant #2F0455
Tints of Blackcurrant #2F0455
RGB
CMYK
RGB Variations
Color information
#2F0455 (or 0x2F0455) is known color: Blackcurrant. HEX triplet: 2F, 04 and 55. RGB value is (47,4,85). Sum of RGB (Red+Green+Blue) = 47+4+85=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 85 (33.59% from 255 or 62.5% from 136); Max value from RGB is 85 - color contains mainly: blue. Hex color #2F0455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0455 is #D0FBAA. Grayscale: #191919. Windows color (decimal): -13695915 or 5571631. OLE color: 5571631.
HSL color Cylindrical-coordinate representation of color #2F0455: hue angle of 271.85º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0455 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 4 | 85 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.67 |
| HSL | 271.85º | 0.91% | 0.17% | - |
| HSV(B) | 271.85º | 0.95% | 0.33% | - |
| XYZ | 2.86 | 1.35 | 8.7 | - |
| YUV | 26.09 | 161.25 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 4 | 85 | 0.45 | 0.95 | 0 | 0.67 | 271.85 | 0.91 | 0.17 |
| Hex | 2F | 4 | 55 | 2D | 5F | 0 | 43 | 110 | 5B | 11 |
| Octal | 57 | 4 | 125 | 55 | 137 | 0 | 103 | 420 | 133 | 21 |
| Binary | 101111 | 100 | 1010101 | 101101 | 1011111 | 0 | 1000011 | 100010000 | 1011011 | 10001 |
Color Harmonies of #2F0455
Complementary color
Monochromatic Colors of #2F0455
Black with #2F0455
Text Example
Text Example
White with #2F0455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0455; }
p { color: rgb(47,4,85); }
H1.HeaderClassName
{
color: #2F0455;
}
.AnyTagClassName
{
color: #2F0455;
}
</style>
background-color css
<style>
a { background-color: #2F0455; }
a { background-color: rgb(47,4,85); }
div.DivClassName
{
background-color: #2F0455;
}
.BgClassName
{
background-color: #2F0455;
}
</style>
border-color css
<style>
span { border-color: #2F0455; }
span { border-color: rgb(47,4,85); }
td.TdClassName
{
border-color: #2F0455;
}
.TagClassName
{
border-color: #2F0455;
}
</style>