#2F0546

Color #2F0546 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #2F0546

Tints of Blackcurrant #2F0546

Color information

#2F0546 (or 0x2F0546) is unknown color: approx Blackcurrant. HEX triplet: 2F, 05 and 46. RGB value is (47,5,70). Sum of RGB (Red+Green+Blue) = 47+5+70=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 70 (27.73% from 255 or 57.38% from 122); Max value from RGB is 70 - color contains mainly: blue. Hex color #2F0546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0546 is #D0FAB9. Grayscale: #181818. Windows color (decimal): -13695674 or 4588847. OLE color: 4588847.

HSL color Cylindrical-coordinate representation of color #2F0546: hue angle of 278.77º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0546 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB47570-
CMYK0.330.9300.73
HSL278.77º86.67%14.71%-
HSV(B)278.77º92.86%27.45%-
XYZ2.331.165.89-
YUV24.97153.41143.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 38.52%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 70 (27.73% from 255) = 57.38%
R=38.52%
G=4.10%
B=57.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal475700.330.9300.73278.7786.6714.71
Hex2F546215D04911757f
Octal57510641135011142712717
Binary101111101100011010000110111010100100110001011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F0546; }

 p { color: rgb(47,5,70); }

 H1.HeaderClassName
 {
   color: #2F0546;
 }
 .AnyTagClassName
 {
   color: #2F0546;
 }
</style>
background-color css

<style>
 a { background-color: #2F0546; }

 a { background-color: rgb(47,5,70); }

 div.DivClassName
 {
   background-color: #2F0546;
 }
 .BgClassName
 {
   background-color: #2F0546;
 }
</style>
border-color css

<style>
 span { border-color: #2F0546; }

 span { border-color: rgb(47,5,70); }

 td.TdClassName
 {
   border-color: #2F0546;
 }
 .TagClassName
 {
   border-color: #2F0546;
 }
</style>